1.0.24.41: add necessary disambiguating curly braces to runtime
[sbcl.git] / src / compiler / alpha / vm.lisp
index cc4f43e..cb32ab9 100644 (file)
     (null
      (sc-number-or-lose 'null ))
     ((or (integer #.sb!xc:most-negative-fixnum #.sb!xc:most-positive-fixnum)
-         system-area-pointer character)
+         character)
      (sc-number-or-lose 'immediate ))
     (symbol
      (if (static-symbol-p value)