2002-02-25 Daniel Jacobowitz <drow@mvista.com>
From Eliot Dresselhaus <eliot@ayrnetworks.com>: * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
This commit is contained in:
parent
0e46f218e9
commit
aa32f823fc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-02-25 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
From Eliot Dresselhaus <eliot@ayrnetworks.com>:
|
||||
* gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
|
||||
|
||||
2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
|
||||
|
||||
* rs6000-nat.c (set_host_arch): Do not switch to a new architecture
|
||||
|
|
|
@ -68,7 +68,7 @@ cannot_fetch_register (int regno)
|
|||
if (regmap[regno] == -1)
|
||||
return 1;
|
||||
|
||||
if (find_regno ("zero") == regno);
|
||||
if (find_regno ("zero") == regno)
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue