diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp
index fea3459254fef39400a4b0ae976e96697b4dbcd8..c27ebaf03fccc84a893b6575563165f970358782 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))