Changeset 5644
- Timestamp:
- Dec 29, 2006, 12:37:33 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/xdump/xppcfasload.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/xdump/xppcfasload.lisp
r5169 r5644 112 112 :static-space-init-function 'ppc32-initialize-static-space 113 113 :purespace-reserve (ash 64 20) 114 :static-space-address (ash 1 12) 114 115 )) 115 116 … … 135 136 :nil-relative-symbols ppc::*ppc-nil-relative-symbols* 136 137 :static-space-init-function 'ppc64-initialize-static-space 137 :purespace-reserve (ash 64 20) 138 :purespace-reserve (ash 64 20) 139 :static-space-address (ash 2 12) 138 140 )) 139 141
Note:
See TracChangeset
for help on using the changeset viewer.
