diff --git a/compiler/mips/static-fn.lisp b/compiler/mips/static-fn.lisp
index 7b92c7867f7ba7206c8eb1a18d26cbd2c00f1520..b185eadf5d971e57410e751b263162c4989d3c5c 100644
--- a/compiler/mips/static-fn.lisp
+++ b/compiler/mips/static-fn.lisp
@@ -7,7 +7,7 @@
 ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/static-fn.lisp,v 1.3 1990/04/03 03:02:44 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/static-fn.lisp,v 1.4 1990/04/03 12:43:43 wlott Exp $
 ;;;
 ;;; This file contains the VOPs and macro magic necessary to call static
 ;;; functions.
@@ -92,7 +92,8 @@
 	     (load-symbol cname symbol)
 	     (loadw lexenv cname vm:symbol-function-slot vm:other-pointer-type)
 	     (move args cont-tn)
-	     (move old-cont csp-tn)
+	     (move old-cont cont-tn)
+	     (move cont-tn csp-tn)
 	     (inst compute-lra-from-code lra code-tn lra-label)
 	     (loadw function lexenv vm:closure-function-slot
 		    vm:function-pointer-type)