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

Added closure-index-ref.

parent 41cfa8d8
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.37 1990/07/03 06:31:09 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.38 1990/07/04 21:04:39 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.
...@@ -205,6 +205,13 @@ ...@@ -205,6 +205,13 @@
(emit-label done)))) (emit-label done))))
;;;; Closure indexing.
(define-vop (closure-index-ref word-index-ref)
(:variant vm:closure-info-offset vm:other-pointer-type)
(:translate %closure-index-ref))
;;;; Structure hackery: ;;;; Structure hackery:
......
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