* i386-tdep.c (struct i386_frame_cache): Define sp_offset as LONGEST.
This commit is contained in:
parent
fd266575fb
commit
772562f8ac
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-06-24 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* i386-tdep.c (struct i386_frame_cache): Define sp_offset as LONGEST.
|
||||
|
||||
2005-06-23 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* gdb_ptrace.h: Fix typos when checking for PT_ATTACH. Reported
|
||||
|
|
|
@ -289,7 +289,7 @@ struct i386_frame_cache
|
|||
{
|
||||
/* Base address. */
|
||||
CORE_ADDR base;
|
||||
CORE_ADDR sp_offset;
|
||||
LONGEST sp_offset;
|
||||
CORE_ADDR pc;
|
||||
|
||||
/* Saved registers. */
|
||||
|
|
Loading…
Reference in a new issue