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