From f3a4e9e16e7cb29afcc57a206c14de56f41bf3ed Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 14 Mar 1991 21:43:35 +0000 Subject: [PATCH] Added breakpoint to the list of trap types. --- compiler/mips/parms.lisp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index 303863931..8d17fa729 100644 --- a/compiler/mips/parms.lisp +++ b/compiler/mips/parms.lisp @@ -7,11 +7,11 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.91 1991/03/14 18:44:20 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.92 1991/03/14 21:43:35 wlott Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.91 1991/03/14 18:44:20 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.92 1991/03/14 21:43:35 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the MIPS. This file is separate from other stuff so @@ -133,7 +133,8 @@ halt pending-interrupt error - cerror) + cerror + breakpoint) -- GitLab