From 571cdb62c8baca77f8bcdbf7d97cee0803710502 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 3 Apr 1990 12:43:43 +0000
Subject: [PATCH] Forgot to establish CONT for the callee.

---
 compiler/mips/static-fn.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/static-fn.lisp b/compiler/mips/static-fn.lisp
index 7b92c7867..b185eadf5 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)
-- 
GitLab