Skip to content
Snippets Groups Projects
Commit 24d6086c authored by wlott's avatar wlott
Browse files

Changed closure-index-ref to expect function-pointer-type things as

apposed to other-pointer-type things.
parent 7d67e4a6
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; 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 ;;; This file contains the VM definition of various primitive memory access
;;; VOPs for the MIPS. ;;; VOPs for the MIPS.
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
;;;; Closure indexing. ;;;; Closure indexing.
(define-vop (closure-index-ref word-index-ref) (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)) (:translate %closure-index-ref))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment