1.0.44.12: sparc: Implement ANCESTOR-FRAME VOPs.
[sbcl.git] / src / compiler / sparc / c-call.lisp
index 03ff1c9..87f3a00 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)