From 613dc2ee2bf1812dcf97a57705671a19470d9608 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 19 May 1990 09:45:24 +0000 Subject: [PATCH] Added definition for the offset of $L1. Had to change the throw assem-rtn to explicitly wire one of its temps to $L1, otherwise all the regs would get wired sometime or another, which would make it hard to allocate a NFP. --- compiler/mips/vm.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/mips/vm.lisp b/compiler/mips/vm.lisp index d4127718b..713947e66 100644 --- a/compiler/mips/vm.lisp +++ b/compiler/mips/vm.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/vm.lisp,v 1.26 1990/05/09 06:43:00 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.27 1990/05/19 09:45:24 wlott Exp $ ;;; ;;; This file contains the VM definition for the MIPS R2000 and the new ;;; object format. @@ -558,6 +558,7 @@ (defconstant nl2-offset 4) (defconstant nl3-offset 5) (defconstant l0-offset 19) +(defconstant l1-offset 28) ;;; Offsets of special stack frame locations (defconstant old-fp-save-offset 0) -- GitLab