X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fmips%2Fsap.lisp;h=144e6186ffb4caabd812c0cd4cb48a5483ef9af2;hb=edf8d3701ba59bd9f0c1bd027f3179b98250cfd0;hp=89527cb88dbe159bba2d6023cd0ea203e9bcf7f7;hpb=481348f2f96f364374f669786f9fc61348decabc;p=sbcl.git diff --git a/src/compiler/mips/sap.lisp b/src/compiler/mips/sap.lisp index 89527cb..144e618 100644 --- a/src/compiler/mips/sap.lisp +++ b/src/compiler/mips/sap.lisp @@ -32,7 +32,7 @@ (:results (res :scs (descriptor-reg))) (:note "SAP to pointer coercion") (:generator 20 - (with-fixed-allocation (res pa-flag ndescr sap-widetag sap-size) + (with-fixed-allocation (res pa-flag ndescr sap-widetag sap-size nil) (storew sap res sap-pointer-slot other-pointer-lowtag)))) (define-move-vop move-from-sap :move @@ -260,7 +260,7 @@ (:info offset) (:results (result :scs (,sc))) (:result-types ,type) - (:generator 5 + (:generator 4 ,@(ecase size (:byte '((inst sb value object offset)