2002-02-25 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Tue, 26 Feb 2002 01:40:06 +0000 (01:40 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 26 Feb 2002 01:40:06 +0000 (01:40 +0000)
        From Eliot Dresselhaus <eliot@ayrnetworks.com>:
        * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.

gdb/ChangeLog
gdb/gdbserver/linux-mips-low.c

index e00dab670409eaa49fc530f0583b9a50dd937a5f..153ae5e662ffa53ccb5cbdd8ea3af2125f39b7a9 100644 (file)
@@ -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
index 892bc2d6d090cbf17f15bc7b194b7a0747c48b6e..0fbe92b145d0b9635b22abbf64f9a9f54dcdd82a 100644 (file)
@@ -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;