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

Added constant single-value-return-byte-offset, which is the offset in

bytes of the single value return point from the multiple value return point
for :unknown-return code locations.
parent 8fde9eb4
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/vm.lisp,v 1.5 1992/02/25 07:13:47 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/vm.lisp,v 1.6 1992/05/21 02:21:35 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -313,6 +313,12 @@ ...@@ -313,6 +313,12 @@
:offset n)) :offset n))
register-arg-offsets)) register-arg-offsets))
;;; SINGLE-VALUE-RETURN-BYTE-OFFSET
;;;
;;; This is used by the debugger.
;;;
(export 'single-value-return-byte-offset)
(defconstant single-value-return-byte-offset 8)
;;; LOCATION-PRINT-NAME -- Interface ;;; LOCATION-PRINT-NAME -- Interface
......
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