* i386bsd-nat.c (reg_offset): Fix typo.

This commit is contained in:
Mark Kettenis 2001-12-29 20:15:47 +00:00
parent ec80a8ea8b
commit 2c48bda39c
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-12-29 Mark Kettenis <kettenis@gnu.org>
* i386bsd-nat.c (reg_offset): Fix typo.
* i386-tdep.c (i386_push_dummy_frame): Don't write back the
modified frame pointer until the old frame pointer has been saved.

View File

@ -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),