Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
ca011b00
Commit
ca011b00
authored
Jul 08, 1991
by
ram
Browse files
Added :call-site and :single-value-return code locations.
parent
68354497
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/debug-dump.lisp
View file @
ca011b00
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug-dump.lisp,v 1.2
4
1991/0
5/23 18:15:24
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug-dump.lisp,v 1.2
5
1991/0
7/08 16:36:12
ram Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -26,7 +26,7 @@
(
deftype
location-kind
()
'
(
member
:unknown-return
:known-return
:internal-error
:non-local-exit
:block-start
))
:block-start
:call-site
:single-value-return
))
;;; The Location-Info structure holds the information what we need about
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment