diff --git a/compiler/rt/cell.lisp b/compiler/rt/cell.lisp index e617d9e8609392c5f3120014ddcd55270011fa9d..1fef6c6735c3c346a3c64c3b68f2a868b221ca8e 100644 --- a/compiler/rt/cell.lisp +++ b/compiler/rt/cell.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/cell.lisp,v 1.1 1991/02/18 15:07:46 chiles Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/cell.lisp,v 1.2 1991/04/20 17:08:40 wlott Exp $ ;;; ;;; This file contains the VM definition of various primitive memory access ;;; VOPs for the IBM RT. @@ -178,7 +178,7 @@ (:generator 30 (let ((closure (gen-label)) (normal-fn (gen-label))) - (load-type type function (- vm:function-pointer-type)) + (load-type type function vm:function-pointer-type) (inst c type vm:closure-header-type) (inst bc :eq closure) (inst c type vm:function-header-type)