From e98a6f49c36daf82ff5920d007733f41ee30e67a Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 21 May 1992 16:30:47 +0000 Subject: [PATCH] Added trap type for after-breakpoints. --- compiler/mips/parms.lisp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index 7412f58b2..23a9a4ce7 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.100 1992/03/11 21:26:44 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.101 1992/05/21 16:30:47 wlott Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.100 1992/03/11 21:26:44 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.101 1992/05/21 16:30:47 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the MIPS. This file is separate from other stuff so @@ -127,7 +127,7 @@ (export '(atomic-flag interrupted-flag halt-trap pending-interrupt-trap error-trap cerror-trap breakpoint-trap function-end-breakpoint-trap - trace-table-normal trace-table-call-site + after-breakpoint-trap trace-table-normal trace-table-call-site trace-table-function-prologue trace-table-function-epilogue)) (defenum (:suffix -flag) @@ -140,7 +140,8 @@ error cerror breakpoint - function-end-breakpoint) + function-end-breakpoint + after-breakpoint) (defenum (:prefix trace-table-) normal -- GitLab