Skip to content
Snippets Groups Projects
Commit a549f626 authored by ch's avatar ch
Browse files

Added a DEFKNOWN for DYNAMIC-SPACE-FREE-POINTER.

parent 122ecaf9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.8 1990/05/26 22:46:32 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.9 1990/05/27 16:51:48 ch Exp $
;;;
;;; This file defines the machine specific function signatures.
;;;
......@@ -67,6 +67,10 @@
(unsafe))
(defknown dynamic-space-free-pointer ()
(system-area-pointer)
(foldable flushable movable))
;;;; 32bit logical operations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment