diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-12-29 20:15:47 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-12-29 20:15:47 +0000 |
commit | 2c48bda39cc0fc15c8359e700e496bb214ce040f (patch) | |
tree | 7c8d920ee159a5b96d18abb1440fcd7a63a64457 /gdb/i386bsd-nat.c | |
parent | ec80a8ea8b066ab117939b77a6539f85de19b85f (diff) | |
download | gdb-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.c | 2 |
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), |