From 50887279a22dafcfc8e02b748e0dba83e6fa3692 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 6 Mar 1990 19:39:38 +0000 Subject: [PATCH] Added halt trap type. --- compiler/mips/parms.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index 05cf33308..6733be814 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.23 1990/03/05 21:09:18 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.24 1990/03/06 19:39:38 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the MIPS. This file is separate from other stuff so @@ -212,6 +212,7 @@ interrupted) (defenum (:suffix -trap :start 8) + halt pending-interrupt error cerror) -- GitLab