summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index d114531..18db34f 100644
--- a/debug.c
+++ b/debug.c
@@ -588,6 +588,7 @@ int run_debugger_command(m68k_context *context, char *input_buf, m68kinst inst,
(*target)->commands = commands;
} else {
}
+ break;
case 'b':
if (input_buf[1] == 't') {
uint32_t stack = context->aregs[7];