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

Added a vop, ``code-constant-ref,'' for extracting constants from code

objects.
parent 86459133
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.49 1990/11/29 00:51:50 ram Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.50 1990/12/07 23:16:09 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.
...@@ -350,3 +350,5 @@ ...@@ -350,3 +350,5 @@
(define-vop (code-constant-set word-index-set) (define-vop (code-constant-set word-index-set)
(:variant vm:code-constants-offset vm:other-pointer-type)) (:variant vm:code-constants-offset vm:other-pointer-type))
(define-vop (code-constant-ref word-index-ref)
(:variant vm:code-constants-offset vm:other-pointer-type))
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