0.8.21.17:
[sbcl.git] / src / compiler / alpha / vm.lisp
index 7cd45fc..43e8987 100644 (file)
      (sc-number-or-lose 'zero))
     (null
      (sc-number-or-lose 'null ))
-    ((or fixnum system-area-pointer character)
+    ((or (integer sb!xc:most-negative-fixnum sb!xc:most-positive-fixnum)
+        system-area-pointer character)
      (sc-number-or-lose 'immediate ))
     (symbol
      (if (static-symbol-p value)