diff options
author | David Henkel-Wallace <gumby@cygnus> | 1992-07-23 18:57:29 +0000 |
---|---|---|
committer | David Henkel-Wallace <gumby@cygnus> | 1992-07-23 18:57:29 +0000 |
commit | ddce75e0750e6bf39b046c7306d4c3e64212333d (patch) | |
tree | f0bb892d425ca64b35b22c83fdf189a9c944b2bc /gdb/tm-vx68.h | |
parent | f6715b07ae9d67f2392bb6cd666b2ac5951bd90b (diff) | |
download | gdb-ddce75e0750e6bf39b046c7306d4c3e64212333d.zip gdb-ddce75e0750e6bf39b046c7306d4c3e64212333d.tar.gz gdb-ddce75e0750e6bf39b046c7306d4c3e64212333d.tar.bz2 |
Support OSE.
Diffstat (limited to 'gdb/tm-vx68.h')
-rw-r--r-- | gdb/tm-vx68.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/tm-vx68.h b/gdb/tm-vx68.h index 106080e..81122fc 100644 --- a/gdb/tm-vx68.h +++ b/gdb/tm-vx68.h @@ -25,6 +25,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Kludge... */ #include "tm-sun3.h" +#undef SAVED_PC_AFTER_CALL +#define SAVED_PC_AFTER_CALL(frame) \ + read_memory_integer (read_register (SP_REGNUM), 4) + /* We have more complex, useful breakpoints on the target. */ #undef DECR_PC_AFTER_BREAK #define DECR_PC_AFTER_BREAK 0 |