projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f458ab
)
Avoid spurious fallthrough (fortunately harmless here).
author
Taylor R Campbell
<campbell@mumble.net>
Thu, 15 Aug 2019 04:45:27 +0000
(
04:45
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Thu, 15 Aug 2019 04:45:27 +0000
(
04:45
+0000)
src/microcode/debug.c
patch
|
blob
|
history
diff --git
a/src/microcode/debug.c
b/src/microcode/debug.c
index 13e5e44c10ce9e91319b40879479c6a978d5fbb0..0d22b2865fb8e968b6e4180b7c1a5b6c7a6f772e 100644
(file)
--- a/
src/microcode/debug.c
+++ b/
src/microcode/debug.c
@@
-633,6
+633,7
@@
print_object (outf_channel stream, SCHEME_OBJECT obj)
SCHEME_OBJECT entry =
(MAKE_POINTER_OBJECT (TC_COMPILED_ENTRY, entry_addr));
print_compiled_entry (stream, entry);
+ return;
}
#endif