From fb5e0d38aa9c4bdc3c6a6435f66548944c23e295 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 4 Jul 1990 21:04:39 +0000 Subject: [PATCH] Added closure-index-ref. --- compiler/mips/cell.lisp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp index 5085f964e..d25d318f6 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.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 ;;; VOPs for the MIPS. @@ -205,6 +205,13 @@ (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: -- GitLab