1.0.23.49: Eliminate FCN as function moniker.
[sbcl.git] / src / compiler / x86 / vm.lisp
index 3af49f2..4079bde 100644 (file)
 (!def-vm-support-routine immediate-constant-sc (value)
   (typecase value
     ((or (integer #.sb!xc:most-negative-fixnum #.sb!xc:most-positive-fixnum)
-         #-sb-xc-host system-area-pointer character)
+         character)
      (sc-number-or-lose 'immediate))
     (symbol
      (when (static-symbol-p value)