From afd2d55618cb0c2885f65031d02183c8e44c74b1 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 4 Aug 1991 11:36:53 +0000 Subject: [PATCH] Added noise for code-component-p and lra-p. --- compiler/sparc/type-vops.lisp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/compiler/sparc/type-vops.lisp b/compiler/sparc/type-vops.lisp index fbc7129bc..ce0a4661b 100644 --- a/compiler/sparc/type-vops.lisp +++ b/compiler/sparc/type-vops.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.4 1991/01/09 02:11:51 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.5 1991/08/04 11:36:53 wlott Exp $ ;;; ;;; This file contains the VM definition of type testing and checking VOPs ;;; for the SPARC. @@ -158,6 +158,12 @@ (def-type-vops weak-pointer-p check-weak-pointer weak-pointer object-not-weak-pointer-error vm:weak-pointer-type) +(def-type-vops code-component-p nil nil nil + vm:code-header-type) + +(def-type-vops lra-p nil nil nil + vm:return-pc-header-type) + (def-type-vops array-header-p nil nil nil vm:simple-array-type vm:complex-string-type vm:complex-bit-vector-type vm:complex-vector-type vm:complex-array-type) -- GitLab