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
68354497
Commit
68354497
authored
Jul 08, 1991
by
ram
Browse files
Added :call-site and :single-value-return code location kinds.
parent
92877e99
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/debug-info.lisp
View file @
68354497
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-info.lisp,v 1.2
2
1991/0
3/12 17:18:10
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-info.lisp,v 1.2
3
1991/0
7/08 16:30:47
ram Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -232,7 +232,7 @@
(
defconstant
compiled-code-location-kind-byte
(
byte
3
0
))
(
defconstant
compiled-code-location-kinds
'#(
:unknown-return
:known-return
:internal-error
:non-local-exit
:block-start
))
:block-start
:call-site
:single-value-return
))
...
...
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