changeset 1310:de742a7bd9f7

Fix accidental fallthrough on com debugger command
author Michael Pavone <pavone@retrodev.com>
date Fri, 31 Mar 2017 09:49:02 -0700
parents 46f5ca0a9e76
children 26bdbf1f7e33
files debug.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/debug.c	Thu Mar 30 23:59:57 2017 -0700
+++ b/debug.c	Fri Mar 31 09:49:02 2017 -0700
@@ -588,6 +588,7 @@
 				(*target)->commands = commands;
 			} else {
 			}
+			break;
 		case 'b':
 			if (input_buf[1] == 't') {
 				uint32_t stack = context->aregs[7];