Skip to content
Snippets Groups Projects
Commit e7ee0634 authored by wlott's avatar wlott
Browse files

Added di::handle-breakpoint to the static symbols.

parent cdccafe3
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.90 1991/03/12 16:45:16 ram 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.90 1991/03/12 16:45:16 ram Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.91 1991/03/14 18:44:20 wlott Exp $
;;; ;;;
;;; This file contains some parameterizations of various VM ;;; This file contains some parameterizations of various VM
;;; attributes for the MIPS. This file is separate from other stuff so ;;; attributes for the MIPS. This file is separate from other stuff so
...@@ -179,7 +179,12 @@ ...@@ -179,7 +179,12 @@
two-arg-<= two-arg->= two-arg-/= eql %negate two-arg-<= two-arg->= two-arg-/= eql %negate
two-arg-and two-arg-ior two-arg-xor two-arg-and two-arg-ior two-arg-xor
length two-arg-gcd two-arg-lcm length two-arg-gcd two-arg-lcm
;; Extra shit that should really be earlier, but isn't because we don't
;; want to recompile everything.
di::handle-breakpoint
)) ))
(defparameter exported-static-symbols (defparameter exported-static-symbols
(subseq static-symbols 0 (position 'two-arg-+ static-symbols))) (append (subseq static-symbols 0 (position 'two-arg-+ static-symbols))
'(di::handle-breakpoint)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment