X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Fearly-vm.lisp;h=feb1abd5fd2c59addff102f44a78f582fa30d74b;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=2a39fc354d21a6819937aea28571f4cc3de4abdf;hpb=40b949acce1ac108b62d52d13eb2a09454f8db33;p=sbcl.git diff --git a/src/compiler/generic/early-vm.lisp b/src/compiler/generic/early-vm.lisp index 2a39fc3..feb1abd 100644 --- a/src/compiler/generic/early-vm.lisp +++ b/src/compiler/generic/early-vm.lisp @@ -47,13 +47,13 @@ "the fixnum closest in value to negative infinity") (def!constant most-positive-exactly-single-float-fixnum - (min #xffffff most-positive-fixnum)) + (min #xffffff sb!xc:most-positive-fixnum)) (def!constant most-negative-exactly-single-float-fixnum - (max #x-ffffff most-negative-fixnum)) + (max #x-ffffff sb!xc:most-negative-fixnum)) (def!constant most-positive-exactly-double-float-fixnum - (min #x1fffffffffffff most-positive-fixnum)) + (min #x1fffffffffffff sb!xc:most-positive-fixnum)) (def!constant most-negative-exactly-double-float-fixnum - (max #x-1fffffffffffff most-negative-fixnum)) + (max #x-1fffffffffffff sb!xc:most-negative-fixnum)) ;;;; Point where continuous area starting at dynamic-space-start bumps into ;;;; next space.