X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Falpha%2Fshow.lisp;h=9d1a74d7a040dd3444e383ca1db4900c14e3d7ad;hb=5cf3c4259d529e180d75d4d140f344e600d2b06b;hp=468718b282b4d5d5ecacc82f7e9c7b3e1ff5f408;hpb=63fcb94b875a97e468d9add229e220ecceec2352;p=sbcl.git diff --git a/src/compiler/alpha/show.lisp b/src/compiler/alpha/show.lisp index 468718b..9d1a74d 100644 --- a/src/compiler/alpha/show.lisp +++ b/src/compiler/alpha/show.lisp @@ -16,7 +16,7 @@ (:results (result :scs (descriptor-reg))) (:save-p t) (:temporary (:sc any-reg :offset cfunc-offset :target result :to (:result 0)) - cfunc) + cfunc) (:temporary (:sc descriptor-reg :offset nl0-offset :from (:argument 0)) a0) (:temporary (:sc control-stack :offset nfp-save-offset) nfp-save) (:temporary (:scs (non-descriptor-reg)) temp) @@ -25,10 +25,10 @@ (let ((cur-nfp (current-nfp-tn vop))) (move object a0) (when cur-nfp - (store-stack-tn nfp-save cur-nfp)) + (store-stack-tn nfp-save cur-nfp)) (inst li (make-fixup "debug_print" :foreign) cfunc) (inst li (make-fixup "call_into_c" :foreign) temp) (inst jsr lip-tn temp (make-fixup "call_into_c" :foreign)) (when cur-nfp - (maybe-load-stack-nfp-tn cur-nfp nfp-save temp)) + (maybe-load-stack-nfp-tn cur-nfp nfp-save temp)) (move cfunc result))))