From 8ade4a49e18ab3649de5f377e5f816f8210ac374 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sun, 16 Aug 1992 15:09:18 +0000
Subject: [PATCH] %SET-FUNCALLABLE-INSTANCE-INFO is supposed to be a setter,
 not a reffer.

---
 compiler/mips/cell.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp
index 598a1abaa..4597ed32c 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.59 1992/07/28 20:37:24 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.60 1992/08/16 15:09:18 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -242,7 +242,7 @@
   closure-info-offset function-pointer-type
   (descriptor-reg any-reg) * %closure-index-ref)
 
-(define-full-reffer set-funcallable-instance-info *
+(define-full-setter set-funcallable-instance-info *
   funcallable-instance-info-offset function-pointer-type
   (descriptor-reg any-reg) * %set-funcallable-instance-info)
 
-- 
GitLab