From 9cd6ed9ccde5c4687722c112fc5d4fd52d4b2959 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 16 Mar 1993 04:15:13 +0000
Subject: [PATCH] Changed object-not-structure-trap to
 object-not-instance-trap.

---
 compiler/sparc/insts.lisp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler/sparc/insts.lisp b/compiler/sparc/insts.lisp
index 1702371cd..749002409 100644
--- a/compiler/sparc/insts.lisp
+++ b/compiler/sparc/insts.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (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 @@
        (nt "Halt trap"))
       (#.vm:function-end-breakpoint-trap
        (nt "Function end breakpoint trap"))
-      (#.vm:object-not-structure-trap
-       (nt "Object not structure trap"))
+      (#.vm:object-not-instance-trap
+       (nt "Object not instance trap"))
     )))
 
 (define-instruction unimp (segment data)
-- 
GitLab