1.0.10.5: dynamic-extent CONS
[sbcl.git] / src / compiler / hppa / alloc.lisp
index 008117d..779234f 100644 (file)
 
 (define-vop (fixed-alloc)
   (:args)
-  (:info name words type lowtag)
-  (:ignore name)
+  (:info name words type lowtag stack-allocate-p)
+  (:ignore name stack-allocate-p)
   (:results (result :scs (descriptor-reg)))
   (:temporary (:scs (non-descriptor-reg)) temp)
   (:generator 4