From 3fc254ce2e330f129ab0a8180946185b2f1f7927 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 31 Mar 2017 09:49:02 -0700 Subject: Fix accidental fallthrough on com debugger command --- debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'debug.c') 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]; -- cgit v1.2.3