From 0432423cb44658cb65c3fb6dbc9a83f45ec83773 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 6 Mar 1990 22:11:28 +0000 Subject: [PATCH] Changed pointer-sap-{ref,set} to sap-system-{ref,set} to be consistent with the rest of the system. --- compiler/mips/system.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/mips/system.lisp b/compiler/mips/system.lisp index 1b586d5a1..7de318891 100644 --- a/compiler/mips/system.lisp +++ b/compiler/mips/system.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/system.lisp,v 1.3 1990/03/06 19:59:02 ch Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/system.lisp,v 1.4 1990/03/06 22:11:28 wlott Exp $ ;;; ;;; MIPS VM definitions of various system hacking operations. ;;; @@ -228,11 +228,11 @@ -(define-vop (pointer-sap-ref sap-ref) +(define-vop (sap-system-ref sap-ref) (:results (result :scs (descriptor-reg sap-reg))) (:variant :pointer nil)) -(define-vop (pointer-sap-set sap-set) +(define-vop (sap-system-set sap-set) (:arg-types sap fixnum sap) (:variant :pointer)) -- GitLab