X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fx86%2Fparms.lisp;h=8e0623c25e98dd6664292e1109224ced7f24e53d;hb=9510443d0bd00fcbd0213e07a5340e66d9ce7301;hp=ff801c5dec587409d2db324ad47ae08162d17119;hpb=d29e8bad1a064e482580ac2f18463a9f419199d5;p=sbcl.git diff --git a/src/compiler/x86/parms.lisp b/src/compiler/x86/parms.lisp index ff801c5..8e0623c 100644 --- a/src/compiler/x86/parms.lisp +++ b/src/compiler/x86/parms.lisp @@ -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