Skip to content
Snippets Groups Projects
Commit fad8d4a8 authored by wlott's avatar wlott
Browse files

Changed ENV-TN to CODE-TN.

parent ded28e0c
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,14 @@ ...@@ -7,12 +7,14 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; 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 ;;; This file contains the RT VM definition of operand loading/saving and
;;; the Move VOP. ;;; the Move VOP.
;;; ;;;
;;; Written by Rob MacLachlan ;;; Written by Rob MacLachlan
;;; ;;;
(in-package 'c) (in-package "C")
;;; Load-Constant-TN -- Internal ;;; Load-Constant-TN -- Internal
;;; ;;;
...@@ -46,9 +48,9 @@ ...@@ -46,9 +48,9 @@
(constant (constant
(sc-case y (sc-case y
((any-reg descriptor-reg) ((any-reg descriptor-reg)
(load-slot y env-tn (tn-offset x))) (load-slot y code-tn (tn-offset x)))
(control-stack (control-stack
(load-slot temp env-tn (tn-offset x)) (load-slot temp code-tn (tn-offset x))
(store-stack-tn y temp))))))) (store-stack-tn y temp)))))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment