Skip to content
Snippets Groups Projects
Commit afca0c2e authored by dtc's avatar dtc
Browse files

Should be exporting single-step-breakpoint-TRAP.

parent d9db6d61
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/parms.lisp,v 1.4 1997/02/13 01:20:35 dtc Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/parms.lisp,v 1.5 1997/09/08 02:24:47 dtc Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -171,7 +171,8 @@
;;;; Other random constants.
(export '(halt-trap pending-interrupt-trap error-trap cerror-trap
breakpoint-trap function-end-breakpoint-trap single-step-breakpoint
breakpoint-trap function-end-breakpoint-trap
single-step-breakpoint-trap
trace-table-normal trace-table-call-site
trace-table-function-prologue trace-table-function-epilogue))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment