From 878a6f8e23b1b6d9488c59169bc30b6e3f46da8c Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 24 May 1991 20:25:51 +0000 Subject: [PATCH] Added function-end-breakpoint to the list of trap types. --- compiler/mips/parms.lisp | 7 ++++--- compiler/rt/params.lisp | 5 +++-- compiler/sparc/parms.lisp | 5 +++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index 6a1e9f349..cddaca0ae 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.95 1991/03/24 20:10:47 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.96 1991/05/24 20:23:14 wlott Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.95 1991/03/24 20:10:47 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.96 1991/05/24 20:23:14 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the MIPS. This file is separate from other stuff so @@ -139,7 +139,8 @@ pending-interrupt error cerror - breakpoint) + breakpoint + function-end-breakpoint) (defenum (:prefix trace-table-) normal diff --git a/compiler/rt/params.lisp b/compiler/rt/params.lisp index bb9465b42..ba6523414 100644 --- a/compiler/rt/params.lisp +++ b/compiler/rt/params.lisp @@ -7,7 +7,7 @@ ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.4 1991/04/20 16:57:20 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.5 1991/05/24 20:25:51 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM attributes for the ;;; IBM RT. This file is separate from other stuff, so we can compile and @@ -200,7 +200,8 @@ pending-interrupt error cerror - breakpoint) + breakpoint + function-end-breakpoint) diff --git a/compiler/sparc/parms.lisp b/compiler/sparc/parms.lisp index 6fff1775b..d40b3906b 100644 --- a/compiler/sparc/parms.lisp +++ b/compiler/sparc/parms.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.8 1991/03/22 14:05:20 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.9 1991/05/24 20:22:37 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the SPARC. This file is separate from other stuff so @@ -147,7 +147,8 @@ pending-interrupt error cerror - breakpoint) + breakpoint + function-end-breakpoint) (defenum (:prefix object-not- :suffix -trap :start 16) list -- GitLab