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

Changed object-not-structure-trap to object-not-instance-trap.

parent 04c9298c
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; 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/sparc/insts.lisp,v 1.11 1993/02/08 20:05:09 hallgren Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/insts.lisp,v 1.12 1993/03/16 04:15:13 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -551,8 +551,8 @@ ...@@ -551,8 +551,8 @@
(nt "Halt trap")) (nt "Halt trap"))
(#.vm:function-end-breakpoint-trap (#.vm:function-end-breakpoint-trap
(nt "Function end breakpoint trap")) (nt "Function end breakpoint trap"))
(#.vm:object-not-structure-trap (#.vm:object-not-instance-trap
(nt "Object not structure trap")) (nt "Object not instance trap"))
))) )))
(define-instruction unimp (segment data) (define-instruction unimp (segment data)
......
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