Skip to content
Snippets Groups Projects
Commit be0dd003 authored by wlott's avatar wlott
Browse files

Added funcallable-instance-lexenv VOP for use with new funcallable

instance stuff.
parent 54cd6af3
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.65 1993/02/26 08:49:03 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.66 1993/03/12 15:20:05 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -229,6 +229,9 @@
funcallable-instance-info-offset function-pointer-type
(descriptor-reg any-reg) * %set-funcallable-instance-info)
(define-vop (funcallable-instance-lexenv cell-ref)
(:variant funcallable-instance-lexenv-slot function-pointer-type))
(define-vop (closure-ref slot-ref)
(:variant closure-info-offset function-pointer-type))
......
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