From 4f557a2fef8e754ff1061176dd097b990b9ed8cc Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 25 Apr 1990 23:33:11 +0000 Subject: [PATCH] Removed sap-reg from the result SCs for sap-set, and made sap-system-set supply it. --- compiler/mips/sap.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/mips/sap.lisp b/compiler/mips/sap.lisp index 489d20b1d..2932baacc 100644 --- a/compiler/mips/sap.lisp +++ b/compiler/mips/sap.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/sap.lisp,v 1.5 1990/04/25 21:45:44 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/sap.lisp,v 1.6 1990/04/25 23:33:11 wlott Exp $ ;;; ;;; This file contains the MIPS VM definition of SAP operations. ;;; @@ -191,7 +191,7 @@ (offset :scs (descriptor-reg any-reg negative-immediate zero immediate)) (value :scs (signed-reg unsigned-reg) :target result)) - (:results (result :scs (signed-reg unsigned-reg sap-reg))) + (:results (result :scs (signed-reg unsigned-reg))) (:temporary (:scs (sap-reg) :from (:argument 0)) sap) (:temporary (:scs (non-descriptor-reg)) temp) @@ -236,6 +236,7 @@ zero immediate)) (value :scs (sap-reg) :target result)) (:arg-types system-area-pointer fixnum system-area-pointer) + (:results (result :scs (sap-reg))) (:variant :pointer)) -- GitLab