summaryrefslogtreecommitdiff
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
commitc5adeba92ae59c30b1a93e8d1e8d38ce9cbd4d1d (patch)
treeb4b747781ba85d768151aec8cde69ab45803b8ae /gdb/i386bsd-nat.c
parent940d9c0aea33503677afa401091538578160cca6 (diff)
downloadgdb-c5adeba92ae59c30b1a93e8d1e8d38ce9cbd4d1d.tar.gz
* 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 9827afcaebd..081df2e1b39 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),