From 8e929e744fb8daf7deac48a62d52cf9615b97740 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 21 May 1992 22:36:26 +0000
Subject: [PATCH] Moved the :single-value-return code location to where
 backtrace expects to find it.  Added :save-p :compute-only so that these code
 locations can actually be emitted.

---
 assembly/sparc/support.lisp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/assembly/sparc/support.lisp b/assembly/sparc/support.lisp
index 24c3f224d..8b2078528 100644
--- a/assembly/sparc/support.lisp
+++ b/assembly/sparc/support.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/support.lisp,v 1.4 1992/05/21 02:31:59 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/support.lisp,v 1.5 1992/05/21 22:36:26 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -39,9 +39,9 @@
 	    (inst ji ,temp (make-fixup ',name :assembly-routine))
 	    (inst nop)
 	    (emit-return-pc lra-label)
+	    (note-this-location ,vop :single-value-return)
 	    (move csp-tn ocfp-tn)
 	    (inst nop)
-	    (note-this-location ,vop :single-value-return)
 	    (inst compute-code-from-lra code-tn code-tn
 		  lra-label ,temp)
 	    (when cur-nfp
@@ -52,7 +52,8 @@
 			   :from (:eval 0) :to (:eval 1))
 		      ,lra)
 	  (:temporary (:scs (control-stack) :offset nfp-save-offset)
-		      ,nfp-save)))))
+		      ,nfp-save)
+	  (:save-p :compute-only)))))
     (:none
      (let ((temp (make-symbol "TEMP")))
        (values 
-- 
GitLab