X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fmips%2Fstatic-fn.lisp;h=d905ca004f90513a44eee072a2c06a2f0d45eaac;hb=3fe0010d2777b41e01ea9b4a0f894cfa40f7df1b;hp=d5e99a96f09096a8622e82dcbf61540e1cd3bfb7;hpb=6365d636fa30ff3e2c2ebc9668f978fa0ebc7a0e;p=sbcl.git diff --git a/src/compiler/mips/static-fn.lisp b/src/compiler/mips/static-fn.lisp index d5e99a9..d905ca0 100644 --- a/src/compiler/mips/static-fn.lisp +++ b/src/compiler/mips/static-fn.lisp @@ -71,11 +71,11 @@ (inst lw entry-point null-tn (static-fun-offset symbol)) (when cur-nfp (store-stack-tn nfp-save cur-nfp)) - (inst move ocfp cfp-tn) + (move ocfp cfp-tn) (inst compute-lra-from-code lra code-tn lra-label temp) (note-this-location vop :call-site) (inst j entry-point) - (inst move cfp-tn csp-tn) + (move cfp-tn csp-tn t) (emit-return-pc lra-label) ,(collect ((bindings) (links)) (do ((temp (temp-names) (cdr temp))