diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index c0682428def93632299da12d4e3eb3fed0f688de..c8074ee418fcb2bf56c1f2594b7c963407fa389a 100644 --- a/compiler/mips/parms.lisp +++ b/compiler/mips/parms.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.21 1990/02/26 21:15:28 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.22 1990/02/26 21:54:15 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the MIPS. This file is separate from other stuff so @@ -244,6 +244,7 @@ ;; Things needed for non-local-exit. lisp::*current-catch-block* + lisp::*current-unwind-protect-block* lisp::*eval-stack-top* ))