summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-mips-low.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-02-26 01:40:06 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-02-26 01:40:06 +0000
commit879782b6f1ac569d34d65271461f57a6a7acbef8 (patch)
tree42233fcb17088152d3343318cffe247544a22a77 /gdb/gdbserver/linux-mips-low.c
parent604eb410df2c5f6d68cf4c83e72b8cadab19588b (diff)
downloadgdb-879782b6f1ac569d34d65271461f57a6a7acbef8.tar.gz
2002-02-25 Daniel Jacobowitz <drow@mvista.com>
From Eliot Dresselhaus <eliot@ayrnetworks.com>: * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
Diffstat (limited to 'gdb/gdbserver/linux-mips-low.c')
-rw-r--r--gdb/gdbserver/linux-mips-low.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/linux-mips-low.c b/gdb/gdbserver/linux-mips-low.c
index 892bc2d6d09..0fbe92b145d 100644
--- a/gdb/gdbserver/linux-mips-low.c
+++ b/gdb/gdbserver/linux-mips-low.c
@@ -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;