From fad8d4a8dd2a6fcd34d7f4b9c32ebec7c73e13a9 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 3 Feb 1990 17:09:09 +0000
Subject: [PATCH] Changed ENV-TN to CODE-TN.

---
 compiler/mips/move.lisp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/compiler/mips/move.lisp b/compiler/mips/move.lisp
index 76740f41b..d783f750f 100644
--- a/compiler/mips/move.lisp
+++ b/compiler/mips/move.lisp
@@ -7,12 +7,14 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/move.lisp,v 1.2 1990/02/03 17:09:09 wlott Exp $
+;;;
 ;;;    This file contains the RT VM definition of operand loading/saving and
 ;;; the Move VOP.
 ;;;
 ;;; Written by Rob MacLachlan
 ;;;
-(in-package 'c)
+(in-package "C")
 
 ;;; Load-Constant-TN  --  Internal
 ;;;
@@ -46,9 +48,9 @@
       (constant
        (sc-case y
 	 ((any-reg descriptor-reg)
-	  (load-slot y env-tn (tn-offset x)))
+	  (load-slot y code-tn (tn-offset x)))
 	 (control-stack
-	  (load-slot temp env-tn (tn-offset x))
+	  (load-slot temp code-tn (tn-offset x))
 	  (store-stack-tn y temp)))))))
 
 
-- 
GitLab