diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp
index d25d318f69ec269e1f9f58ae402f89d4d7c4a06f..d6a54b07e16438f5ec9def6552c75fec165dd18a 100644
--- a/compiler/mips/cell.lisp
+++ b/compiler/mips/cell.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.38 1990/07/04 21:04:39 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.39 1990/07/13 12:00:36 wlott Exp $
 ;;;
 ;;;    This file contains the VM definition of various primitive memory access
 ;;; VOPs for the MIPS.
@@ -209,7 +209,7 @@
 ;;;; Closure indexing.
 
 (define-vop (closure-index-ref word-index-ref)
-  (:variant vm:closure-info-offset vm:other-pointer-type)
+  (:variant vm:closure-info-offset vm:function-pointer-type)
   (:translate %closure-index-ref))