diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp
index 9bc243352bc694e15a57b647fd73f1e051afb3d8..89bc487b27ed4d173f749117d92d8a285a500645 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.2 1990/02/03 15:14:14 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.3 1990/02/03 16:11:35 wlott Exp $
 ;;;
 ;;;    This file contains the VM definition of various primitive memory access
 ;;; VOPs for the MIPS.
@@ -108,7 +108,9 @@
   code)
 
 (defslots (%closure)
-  code)
+  function
+  &rest
+  info)