X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Fparms.lisp;h=1dbc383fb17ffc9d1afe423d89046f9d1e148a7e;hb=abb03f939ada55bdc1856df5cc48815fd0dff69d;hp=89017d374be331e71179553f0dfb93f2db49cea1;hpb=c6989d6f14dfbd5cd3e7fac3f04942d379b8b818;p=sbcl.git diff --git a/src/compiler/x86-64/parms.lisp b/src/compiler/x86-64/parms.lisp index 89017d3..1dbc383 100644 --- a/src/compiler/x86-64/parms.lisp +++ b/src/compiler/x86-64/parms.lisp @@ -112,7 +112,7 @@ (def!constant dynamic-space-start #x1000000000) #!-openbsd - (def!constant dynamic-space-end (!configure-dynamic-space-end #x11ffff0000)) + (def!constant dynamic-space-end (!configure-dynamic-space-end)) #!+openbsd ;; This is lower on OpenBSD to allow SBCL to run under the default ;; 512M data size limit.