1.0.15.36: fix bug 423
[sbcl.git] / src / compiler / hppa / c-call.lisp
index 69a5d31..088393a 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
     (move nsp-tn result)