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-es1800.h | |
parent | f6715b07ae9d67f2392bb6cd666b2ac5951bd90b (diff) | |
download | gdb-ddce75e0750e6bf39b046c7306d4c3e64212333d.zip gdb-ddce75e0750e6bf39b046c7306d4c3e64212333d.tar.gz gdb-ddce75e0750e6bf39b046c7306d4c3e64212333d.tar.bz2 |
Support OSE.
Diffstat (limited to 'gdb/tm-es1800.h')
-rw-r--r-- | gdb/tm-es1800.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/tm-es1800.h b/gdb/tm-es1800.h index 67dc04e..c2f9670 100644 --- a/gdb/tm-es1800.h +++ b/gdb/tm-es1800.h @@ -27,8 +27,7 @@ the Free Software Foundation, 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) |