From ee6c163bdf3bcb7e33b636e636f3a99c360299c0 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sat, 13 Mar 1993 12:35:46 +0000 Subject: [PATCH] Fix fin-lexenv --- compiler/mips/cell.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp index fea345925..c27ebaf03 100644 --- a/compiler/mips/cell.lisp +++ b/compiler/mips/cell.lisp @@ -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.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 @@ funcallable-instance-info-offset function-pointer-type (descriptor-reg any-reg) * %funcallable-instance-info) -(define-vop (funcallable-instance-lexenv slot-ref) - (:variant funcallable-instance-lexenv-offset function-pointer-type)) +(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)) -- GitLab