diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp index 8490770bc7ba0283c149feca3fa9f8591098c350..27cb0a07380485cdeacb7a6e17b4a6957d237fea 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