X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fparms.lisp;h=89e56d6a8cf13d057296c6f6e1c56d248d08623d;hb=f7faed97898dd0e94a18b0d1fca03aaa0fe24ab0;hp=9246094d5749e2afba6b1f9114c442b53eb55833;hpb=c6989d6f14dfbd5cd3e7fac3f04942d379b8b818;p=sbcl.git diff --git a/src/compiler/x86/parms.lisp b/src/compiler/x86/parms.lisp index 9246094..89e56d6 100644 --- a/src/compiler/x86/parms.lisp +++ b/src/compiler/x86/parms.lisp @@ -194,7 +194,7 @@ (def!constant static-space-end #x221ff000) (def!constant dynamic-space-start #x22300000) - (def!constant dynamic-space-end (!configure-dynamic-space-end #x42300000)) + (def!constant dynamic-space-end (!configure-dynamic-space-end)) (def!constant linkage-table-space-start #x22200000) (def!constant linkage-table-space-end #x222ff000)) @@ -208,7 +208,7 @@ (def!constant static-space-end #x011ff000) (def!constant dynamic-space-start #x09000000) - (def!constant dynamic-space-end (!configure-dynamic-space-end #x29000000)) + (def!constant dynamic-space-end (!configure-dynamic-space-end)) (def!constant linkage-table-space-start #x01200000) (def!constant linkage-table-space-end #x012ff000)) @@ -222,7 +222,7 @@ (def!constant static-space-end #x201ff000) (def!constant dynamic-space-start #x48000000) - (def!constant dynamic-space-end (!configure-dynamic-space-end #xA0000000)) + (def!constant dynamic-space-end (!configure-dynamic-space-end)) (def!constant linkage-table-space-start #x20200000) (def!constant linkage-table-space-end #x202ff000)) @@ -236,7 +236,7 @@ (def!constant static-space-end #x011ff000) (def!constant dynamic-space-start #x58000000) - (def!constant dynamic-space-end (!configure-dynamic-space-end #x98000000)) + (def!constant dynamic-space-end (!configure-dynamic-space-end)) (def!constant linkage-table-space-start #x01200000) (def!constant linkage-table-space-end #x012ff000)) @@ -250,7 +250,7 @@ (def!constant static-space-end #x1b1ff000) (def!constant dynamic-space-start #x40000000) - (def!constant dynamic-space-end (!configure-dynamic-space-end #x5bfff000)) + (def!constant dynamic-space-end (!configure-dynamic-space-end)) (def!constant linkage-table-space-start #x1b200000) (def!constant linkage-table-space-end #x1b2ff000)) @@ -264,7 +264,7 @@ (def!constant static-space-end #x201ff000) (def!constant dynamic-space-start #x60000000) - (def!constant dynamic-space-end (!configure-dynamic-space-end #x98000000)) + (def!constant dynamic-space-end (!configure-dynamic-space-end)) ;; In CMUCL: 0xB0000000->0xB1000000 (def!constant linkage-table-space-start #x20200000) @@ -280,7 +280,7 @@ (def!constant static-space-end #x041ff000) (def!constant dynamic-space-start #x10000000) - (def!constant dynamic-space-end (!configure-dynamic-space-end #x6ffff000)) + (def!constant dynamic-space-end (!configure-dynamic-space-end)) (def!constant linkage-table-space-start #x04200000) (def!constant linkage-table-space-end #x042ff000))