forked from Imagelibrary/binutils-gdb
2010-12-06 Marc Khouzam <marc.khouzam@ericsson.com>
* mi/mi-parse.c (mi_parse): Missing else.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-12-06 Marc Khouzam <marc.khouzam@ericsson.com>
|
||||
|
||||
* mi/mi-parse.c (mi_parse): Missing else.
|
||||
|
||||
2010-12-04 Masaki Muranaka <monaka@monami-software.com>
|
||||
|
||||
* configure.tgt: Accept microblaze*-*-linux* for linux target
|
||||
|
||||
@@ -319,7 +319,7 @@ mi_parse (char *cmd)
|
||||
chp += 1;
|
||||
parse->thread_group = strtol (chp, &chp, 10);
|
||||
}
|
||||
if (strncmp (chp, "--thread ", ts) == 0)
|
||||
else if (strncmp (chp, "--thread ", ts) == 0)
|
||||
{
|
||||
if (parse->thread != -1)
|
||||
error (_("Duplicate '--thread' option"));
|
||||
|
||||
Reference in New Issue
Block a user