X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fmips%2Falloc.lisp;h=7b0c3433eba2fe1187d21e7c82d03364de1b10a1;hb=389b5755b2eab960c1f4c14045a26de5dbd510c1;hp=033f4c8cfe32cd551a30d433b788edf32b1ce24b;hpb=1960cc21baf9f5a95f38368b287ce82d0b317f00;p=sbcl.git diff --git a/src/compiler/mips/alloc.lisp b/src/compiler/mips/alloc.lisp index 033f4c8..7b0c343 100644 --- a/src/compiler/mips/alloc.lisp +++ b/src/compiler/mips/alloc.lisp @@ -175,8 +175,8 @@ (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) (:temporary (:sc non-descriptor-reg :offset nl4-offset) pa-flag)