aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386bsd-nat.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-12-29 20:15:47 +0000
committerMark Kettenis <kettenis@gnu.org>2001-12-29 20:15:47 +0000
commit2c48bda39cc0fc15c8359e700e496bb214ce040f (patch)
tree7c8d920ee159a5b96d18abb1440fcd7a63a64457 /gdb/i386bsd-nat.c
parentec80a8ea8b066ab117939b77a6539f85de19b85f (diff)
downloadgdb-2c48bda39cc0fc15c8359e700e496bb214ce040f.zip
gdb-2c48bda39cc0fc15c8359e700e496bb214ce040f.tar.gz
gdb-2c48bda39cc0fc15c8359e700e496bb214ce040f.tar.bz2
* i386bsd-nat.c (reg_offset): Fix typo.
Diffstat (limited to 'gdb/i386bsd-nat.c')
-rw-r--r--gdb/i386bsd-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386bsd-nat.c b/gdb/i386bsd-nat.c
index 9827afc..081df2e 100644
--- a/gdb/i386bsd-nat.c
+++ b/gdb/i386bsd-nat.c
@@ -71,7 +71,7 @@ static int reg_offset[] =
REG_OFFSET (r_eax),
REG_OFFSET (r_ecx),
REG_OFFSET (r_edx),
- REG_OFFSET (r_edx),
+ REG_OFFSET (r_ebx),
REG_OFFSET (r_esp),
REG_OFFSET (r_ebp),
REG_OFFSET (r_esi),