From 24d6086c3cd81110d1aad4676b6f585dab7817e2 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 13 Jul 1990 12:00:36 +0000 Subject: [PATCH] Changed closure-index-ref to expect function-pointer-type things as apposed to other-pointer-type things. --- 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 d25d318f6..d6a54b07e 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)) -- GitLab