* i386-tdep.c (struct i386_frame_cache): Define sp_offset as LONGEST.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 24 Jun 2005 08:12:32 +0000 (08:12 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 24 Jun 2005 08:12:32 +0000 (08:12 +0000)
gdb/ChangeLog
gdb/i386-tdep.c

index 34f798ea7c957d92c101378f277f0b766be7db8b..1565a2473db7e43776639b7ed205ff87a22df0ce 100644 (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
index 830d1b44da6ec7c2e9510e8330f8306ac949d00d..40739a093d076f266fbf665cee34f583abede7ad 100644 (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.  */
This page took 0.030084 seconds and 4 git commands to generate.