mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
Fix from Paul Breed:
* main.c (captured_main): Add a `break' after the case for 'b'.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-09-24 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
|
Fix from Paul Breed:
|
||||||
|
* main.c (captured_main): Add a `break' after the case for 'b'.
|
||||||
|
|
||||||
2002-09-24 Keith Seitz <keiths@redhat.com>
|
2002-09-24 Keith Seitz <keiths@redhat.com>
|
||||||
|
|
||||||
* varobj.c (c_type_of_child): Use get_target_type instead
|
* varobj.c (c_type_of_child): Use get_target_type instead
|
||||||
|
@ -397,6 +397,7 @@ extern int gdbtk_test (char *);
|
|||||||
else
|
else
|
||||||
baud_rate = i;
|
baud_rate = i;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case 'l':
|
case 'l':
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
Reference in New Issue
Block a user