From 1ff48513d5002fc6d0b911399bb43474aa245233 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 2 Jul 1990 04:51:11 +0000
Subject: [PATCH] Added defknowns for get-lowtag and get-type.

---
 compiler/generic/vm-fndb.lisp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp
index 8490770bc..27cb0a073 100644
--- a/compiler/generic/vm-fndb.lisp
+++ b/compiler/generic/vm-fndb.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.16 1990/06/25 21:17:16 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.17 1990/07/02 04:51:11 wlott Exp $
 ;;;
 ;;; This file defines the machine specific function signatures.
 ;;;
@@ -73,6 +73,11 @@
   (flushable))
 
 
+(defknown get-lowtag (t) (unsigned-byte #.vm:lowtag-bits)
+  (flushable movable))
+(defknown get-type (t) (unsigned-byte #.vm:type-bits)
+  (flushable movable))
+
 (defknown get-header-data (t) (unsigned-byte 24)
   (flushable))
 (defknown set-header-data (t (unsigned-byte 24)) t
-- 
GitLab