0.9.2.21:
[sbcl.git] / src / assembly / mips / support.lisp
index 2bad731..8800efc 100644 (file)
            (note-next-instruction ,vop :call-site)
            (inst j (make-fixup ',name :assembly-routine))
            (inst nop)
-           (emit-return-pc lra-label)
-           (note-this-location ,vop :single-value-return)
            (without-scheduling ()
-             (move csp-tn ocfp-tn)
+             (emit-return-pc lra-label)
+             (note-this-location ,vop :single-value-return)
+             (inst move csp-tn ocfp-tn)
              (inst nop))
            (inst compute-code-from-lra code-tn code-tn
                  lra-label ,temp)