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

Added ``code-constant-ref''

parent 35d08ff3
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/sparc/cell.lisp,v 1.1 1990/11/30 17:04:38 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/cell.lisp,v 1.2 1990/12/08 22:53:32 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 SPARC. ;;; VOPs for the SPARC.
...@@ -334,3 +334,5 @@ ...@@ -334,3 +334,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