* i386-tdep.c (struct i386_frame_cache): Define sp_offset as LONGEST.

This commit is contained in:
Corinna Vinschen 2005-06-24 08:12:32 +00:00
parent fd266575fb
commit 772562f8ac
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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. */