From b4d8e8d3ac511bfb8bfdaf6207b7220f5f30a49e Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 17 Dec 1990 19:38:12 +0000
Subject: [PATCH] Added defconstants for object-not-{list,structure}-trap.

---
 compiler/sparc/parms.lisp | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/compiler/sparc/parms.lisp b/compiler/sparc/parms.lisp
index 8244642c9..020e9ddb2 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.4 1990/12/07 18:03:06 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.5 1990/12/17 19:38:12 wlott Exp $
 ;;;
 ;;;    This file contains some parameterizations of various VM
 ;;; attributes for the SPARC.  This file is separate from other stuff so 
@@ -137,13 +137,19 @@
 
 ;;;; Other random constants.
 
-(export '(halt-trap pending-interrupt-trap error-trap cerror-trap))
+(export '(halt-trap pending-interrupt-trap error-trap cerror-trap
+	  object-not-list-trap object-not-structure-trap))
 
 (defconstant halt-trap 8)
 (defconstant pending-interrupt-trap 9)
 (defconstant error-trap 10)
 (defconstant cerror-trap 11)
 
+
+(defconstant object-not-list-trap 16)
+(defconstant object-not-structure-trap 17)
+
+
 
 ;;;; Static symbols.
 
-- 
GitLab