1.0.15.36: fix bug 423
[sbcl.git] / src / compiler / alpha / c-call.lisp
index c49fd6c..f56225d 100644 (file)
 (define-vop (alloc-number-stack-space)
   (:info amount)
   (:results (result :scs (sap-reg any-reg)))
+  (:result-types system-area-pointer)
   (:temporary (:scs (unsigned-reg) :to (:result 0)) temp)
   (:generator 0
     (unless (zerop amount)