comparison debug.c @ 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 6b0da6021544
children 26bdbf1f7e33
comparison
equal deleted inserted replaced
1309:46f5ca0a9e76 1310:de742a7bd9f7
586 } 586 }
587 } 587 }
588 (*target)->commands = commands; 588 (*target)->commands = commands;
589 } else { 589 } else {
590 } 590 }
591 break;
591 case 'b': 592 case 'b':
592 if (input_buf[1] == 't') { 593 if (input_buf[1] == 't') {
593 uint32_t stack = context->aregs[7]; 594 uint32_t stack = context->aregs[7];
594 if (stack >= 0xE00000) { 595 if (stack >= 0xE00000) {
595 stack &= 0xFFFF; 596 stack &= 0xFFFF;