Skip to content
Snippets Groups Projects
Commit 1faafdf0 authored by ram's avatar ram
Browse files

Added :alloc-vop for funcallable instance so that the constructor is

defined.
parent 3867ec7e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.6 1990/11/24 09:22:51 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.7 1990/11/25 20:59:00 ram Exp $
;;; ;;;
;;; This file contains the machine independent aspects of the object ;;; This file contains the machine independent aspects of the object
;;; representation. ;;; representation.
...@@ -377,6 +377,7 @@ ...@@ -377,6 +377,7 @@
(define-primitive-object (funcallable-instance (define-primitive-object (funcallable-instance
:lowtag function-pointer-type :lowtag function-pointer-type
:header funcallable-instance-header-type :header funcallable-instance-header-type
:alloc-vop make-funcallable-instance
:alloc-trans %make-funcallable-instance) :alloc-trans %make-funcallable-instance)
(function :init :arg (function :init :arg
:set-vop set-funcallable-instance-function :set-vop set-funcallable-instance-function
......
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