From 0cad5065cf7f0db3a805bdc7770bb1a8dff84521 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 27 May 1993 01:48:05 +0000
Subject: [PATCH] Missed a descriptor-reg => any-reg change in
 define-full-call.

---
 compiler/mips/call.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/call.lisp b/compiler/mips/call.lisp
index 618d0a049..4d28267f7 100644
--- a/compiler/mips/call.lisp
+++ b/compiler/mips/call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.59 1993/05/27 01:33:30 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.60 1993/05/27 01:48:05 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -805,7 +805,7 @@ default-value-8
 					     word-shift)))))
 			      (:load-return-pc
 			       (sc-case return-pc
-				 (descriptor-reg
+				 (#-gengc descriptor-reg #+gengc any-reg
 				  (inst move return-pc-pass return-pc))
 				 (control-stack
 				  (inst lw return-pc-pass cfp-tn
-- 
GitLab