X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fparms.lisp;h=8e0623c25e98dd6664292e1109224ced7f24e53d;hb=2f492b2a39b1361e1dd97d5243bc47238b98ca8f;hp=eebbe55b082d50abf3defb679ffbf07f9007573d;hpb=0a90de212b03a5505af6229229b07e04d6ce0b05;p=sbcl.git diff --git a/src/compiler/x86/parms.lisp b/src/compiler/x86/parms.lisp index eebbe55..8e0623c 100644 --- a/src/compiler/x86/parms.lisp +++ b/src/compiler/x86/parms.lisp @@ -176,7 +176,7 @@ (def!constant static-space-end #x221ff000) (def!constant dynamic-space-start #x22300000) - (def!constant dynamic-space-end #x60000000) + (def!constant dynamic-space-end #x42300000) (def!constant linkage-table-space-start #x22200000) (def!constant linkage-table-space-end #x222ff000)) @@ -225,18 +225,18 @@ #!+openbsd (progn - (def!constant read-only-space-start #x7b000000) - (def!constant read-only-space-end #x7b0ff000) + (def!constant read-only-space-start #x47000000) + (def!constant read-only-space-end #x470ff000) - (def!constant static-space-start #x7b100000) - (def!constant static-space-end #x7b1ff000) + (def!constant static-space-start #x47100000) + (def!constant static-space-end #x471ff000) - (def!constant dynamic-space-start #x4c000000) - (def!constant dynamic-space-end #x7b0ff000) + (def!constant dynamic-space-start #x48000000) + (def!constant dynamic-space-end #x78000000) ;; In CMUCL: 0xB0000000->0xB1000000 - (def!constant linkage-table-space-start #x7b200000) - (def!constant linkage-table-space-end #x7b2ff000)) + (def!constant linkage-table-space-start #x47200000) + (def!constant linkage-table-space-end #x472ff000)) #!+netbsd (progn