Changeset 12895
- Timestamp:
- Sep 28, 2009, 11:37:43 PM (15 years ago)
- Location:
- branches/purify/source
- Files:
-
- 2 edited
-
lisp-kernel/area.h (modified) (1 diff)
-
xdump/xppcfasload.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/purify/source/lisp-kernel/area.h
r12894 r12895 146 146 #ifdef DARWIN 147 147 #ifdef PPC64 148 #define IMAGE_BASE_ADDRESS 0x 100000000L148 #define IMAGE_BASE_ADDRESS 0x300000000000L 149 149 #else 150 150 #define IMAGE_BASE_ADDRESS 0x04000000 -
branches/purify/source/xdump/xppcfasload.lisp
r12894 r12895 133 133 #+linuxppc-target :linuxppc64 134 134 #+darwinppc-target :darwinppc64 135 :image-base-address # x50000000000135 :image-base-address #+linuxppc-target #x50000000000 #+darwinppc-target #x300000000000 136 136 :nil-relative-symbols ppc::*ppc-nil-relative-symbols* 137 137 :static-space-init-function 'ppc64-initialize-static-space
Note:
See TracChangeset
for help on using the changeset viewer.
