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

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.
parent ac841679
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; 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 ;;; This file contains the VM definition for the MIPS R2000 and the new
;;; object format. ;;; object format.
...@@ -558,6 +558,7 @@ ...@@ -558,6 +558,7 @@
(defconstant nl2-offset 4) (defconstant nl2-offset 4)
(defconstant nl3-offset 5) (defconstant nl3-offset 5)
(defconstant l0-offset 19) (defconstant l0-offset 19)
(defconstant l1-offset 28)
;;; Offsets of special stack frame locations ;;; Offsets of special stack frame locations
(defconstant old-fp-save-offset 0) (defconstant old-fp-save-offset 0)
......
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