Skip to content
Snippets Groups Projects
Commit 4f557a2f authored by wlott's avatar wlott
Browse files

Removed sap-reg from the result SCs for sap-set, and made sap-system-set

supply it.
parent 48f6324e
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/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. ;;; This file contains the MIPS VM definition of SAP operations.
;;; ;;;
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
(offset :scs (descriptor-reg any-reg negative-immediate (offset :scs (descriptor-reg any-reg negative-immediate
zero immediate)) zero immediate))
(value :scs (signed-reg unsigned-reg) :target result)) (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)) (:temporary (:scs (sap-reg) :from (:argument 0))
sap) sap)
(:temporary (:scs (non-descriptor-reg)) temp) (:temporary (:scs (non-descriptor-reg)) temp)
...@@ -236,6 +236,7 @@ ...@@ -236,6 +236,7 @@
zero immediate)) zero immediate))
(value :scs (sap-reg) :target result)) (value :scs (sap-reg) :target result))
(:arg-types system-area-pointer fixnum system-area-pointer) (:arg-types system-area-pointer fixnum system-area-pointer)
(:results (result :scs (sap-reg)))
(:variant :pointer)) (:variant :pointer))
......
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