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

Had to explicitly wire assem-rtns' temps so that at least one ($L2) would be

left available for the NFP.
parent 613dc2ee
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/assem-rtns.lisp,v 1.8 1990/05/15 01:26:12 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/assem-rtns.lisp,v 1.9 1990/05/19 09:48:08 wlott Exp $
;;;
;;;
(in-package "C")
......@@ -90,8 +90,8 @@
(define-assembly-routine (throw (:arg target)
(:arg start :sc any-reg :offset args-offset)
(:arg count :sc any-reg :offset nargs-offset)
(:temp catch :sc any-reg :type fixnum)
(:temp tag :sc descriptor-reg)
(:temp catch :sc any-reg :offset l0-offset)
(:temp tag :sc descriptor-reg :offset l1-offset)
(:temp ndescr :sc non-descriptor-reg))
(load-symbol-value catch lisp::*current-catch-block*)
......
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