From 28e681b31fd7489ef06379b25d3511a638d8bf78 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 22 Oct 1991 15:50:55 +0000 Subject: [PATCH] Added code-component-p, lra-p and a dummy scavenger-hook-p. --- compiler/rt/type-vops.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/rt/type-vops.lisp b/compiler/rt/type-vops.lisp index b16e5cbd2..b23467957 100644 --- a/compiler/rt/type-vops.lisp +++ b/compiler/rt/type-vops.lisp @@ -7,7 +7,7 @@ ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/type-vops.lisp,v 1.1 1991/02/18 15:08:21 chiles Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/type-vops.lisp,v 1.2 1991/10/22 15:50:55 ram Exp $ ;;; ;;; This file contains the VM definition of type testing and checking VOPs ;;; for the IBM RT. @@ -217,6 +217,9 @@ vm:even-fixnum-type vm:odd-fixnum-type vm:ratio-type vm:bignum-type vm:single-float-type vm:double-float-type) +(def-type-vops code-component-p nil nil nil code-header-type) +(def-type-vops lra-p nil nil nil return-pc-header-type) +(def-type-vops scavenger-hook-p nil nil nil 0) ;;;; Other integer ranges. -- GitLab