Changeset 12900
- Timestamp:
- Sep 30, 2009, 10:00:41 AM (10 years ago)
- Location:
- branches/purify/source/xdump
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/purify/source/xdump/xppcfasload.lisp
r12895 r12900 111 111 :nil-relative-symbols ppc::*ppc-nil-relative-symbols* 112 112 :static-space-init-function 'ppc32-initialize-static-space 113 :purespace-reserve (ash 6420)113 :purespace-reserve (ash 128 20) 114 114 :static-space-address (ash 2 12) 115 115 )) -
branches/purify/source/xdump/xx8632-fasload.lisp
r11340 r12900 39 39 :nil-relative-symbols x86::*x86-nil-relative-symbols* 40 40 :static-space-init-function 'x8632-initialize-static-space 41 :purespace-reserve (ash 1 26)41 :purespace-reserve (ash 128 20) 42 42 :static-space-address (+ (ash 1 16) (ash 2 12)) 43 43 )) … … 58 58 :nil-relative-symbols x86::*x86-nil-relative-symbols* 59 59 :static-space-init-function 'x8632-initialize-static-space 60 :purespace-reserve (ash 1 26)60 :purespace-reserve (ash 128 20) 61 61 :static-space-address (+ (ash 1 16) (ash 2 12)) 62 62 )) … … 77 77 :nil-relative-symbols x86::*x86-nil-relative-symbols* 78 78 :static-space-init-function 'x8632-initialize-static-space 79 :purespace-reserve (ash 1 26)79 :purespace-reserve (ash 128 20) 80 80 :static-space-address (+ (ash 1 16) (ash 2 12)) 81 81 )) … … 96 96 :nil-relative-symbols x86::*x86-nil-relative-symbols* 97 97 :static-space-init-function 'x8632-initialize-static-space 98 :purespace-reserve (ash 1 26)98 :purespace-reserve (ash 128 20) 99 99 :static-space-address (+ (ash 1 16) (ash 2 12)) 100 100 )) … … 115 115 :nil-relative-symbols x86::*x86-nil-relative-symbols* 116 116 :static-space-init-function 'x8632-initialize-static-space 117 :purespace-reserve (ash 1 26)117 :purespace-reserve (ash 128 20) 118 118 :static-space-address (+ (ash 1 16) (ash 2 12)) 119 119 ))
Note: See TracChangeset
for help on using the changeset viewer.