This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH]: tm-i386.h


Dear i386 maintainers, 

This change looks OK to me -- how about you?

				Michael

***************
*** 68,74 ****
     through the frames for this because on some machines the new frame
is not
     set up until the new function executes some instructions.  */

! #define SAVED_PC_AFTER_CALL(frame) (read_memory_integer (read_register
(SP_REGNUM), 4))

  /* Stack grows downward.  */

--- 68,74 ----
     through the frames for this because on some machines the new frame
is not
     set up until the new function executes some instructions.  */

! #define SAVED_PC_AFTER_CALL(frame) (read_memory_unsigned_integer
(read_register (SP_REGNUM), 4))

  /* Stack grows downward.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]