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

Added vop for funcallable-instance-lexenv.

parent e198b144
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/cell.lisp,v 1.15 1993/03/01 14:51:21 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/cell.lisp,v 1.16 1993/03/16 04:14:17 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -217,6 +217,9 @@ ...@@ -217,6 +217,9 @@
(:variant funcallable-instance-info-offset function-pointer-type) (:variant funcallable-instance-info-offset function-pointer-type)
(:translate %set-funcallable-instance-info)) (:translate %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) (define-vop (closure-ref slot-ref)
(:variant closure-info-offset function-pointer-type)) (: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