diff options
author | Martin Hunt <hunt@redhat.com> | 1996-11-07 23:23:57 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1996-11-07 23:23:57 +0000 |
commit | 81a6f5b20817317609a20f6c255520a95355846e (patch) | |
tree | 01c1d581f6a60c22d6b31e6d0d348b1fd745577c /gdb/config | |
parent | f8b8cdf8cc12180f3eab0579116447e6f1b6e3e5 (diff) | |
download | gdb-81a6f5b20817317609a20f6c255520a95355846e.zip gdb-81a6f5b20817317609a20f6c255520a95355846e.tar.gz gdb-81a6f5b20817317609a20f6c255520a95355846e.tar.bz2 |
Thu Nov 7 15:19:08 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* d10v-tdep.c: Fix some problems with inferior function calls.
* config/d10v/tm-d10v.h (EXTRA_FRAME_INFO): Change dummy to be
a pointer to the dummy's stack instead of just a flag.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/d10v/tm-d10v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/d10v/tm-d10v.h b/gdb/config/d10v/tm-d10v.h index 9fe4825..bac6410 100644 --- a/gdb/config/d10v/tm-d10v.h +++ b/gdb/config/d10v/tm-d10v.h @@ -154,7 +154,7 @@ extern CORE_ADDR d10v_skip_prologue (); #define EXTRA_FRAME_INFO \ CORE_ADDR return_pc; \ - int dummy; \ + CORE_ADDR dummy; \ int frameless; \ int size; |