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

Fix fin-lexenv

parent 6790df02
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/mips/cell.lisp,v 1.68 1993/03/13 10:50:30 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.69 1993/03/13 12:35:46 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -233,8 +233,8 @@ ...@@ -233,8 +233,8 @@
funcallable-instance-info-offset function-pointer-type funcallable-instance-info-offset function-pointer-type
(descriptor-reg any-reg) * %funcallable-instance-info) (descriptor-reg any-reg) * %funcallable-instance-info)
(define-vop (funcallable-instance-lexenv slot-ref) (define-vop (funcallable-instance-lexenv cell-ref)
(:variant funcallable-instance-lexenv-offset function-pointer-type)) (: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