mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 01:45:52 +08:00
Fix from Paul Breed:
* main.c (captured_main): Add a `break' after the case for 'b'.
This commit is contained in:
@ -397,6 +397,7 @@ extern int gdbtk_test (char *);
|
||||
else
|
||||
baud_rate = i;
|
||||
}
|
||||
break;
|
||||
case 'l':
|
||||
{
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user