diff options
author | Mark Eichin <eichin@cygnus> | 1993-07-08 19:51:04 +0000 |
---|---|---|
committer | Mark Eichin <eichin@cygnus> | 1993-07-08 19:51:04 +0000 |
commit | 360ea8c5172bdd00410526e1cd3433be9a3987c4 (patch) | |
tree | daf5d42e40cace63a284ee2192971fcfabeb93ba /gdb/inferior.h | |
parent | 73553c44e77f5d5a6f4a8349a2fd3aa5960a6ebc (diff) | |
download | ppe42-binutils-360ea8c5172bdd00410526e1cd3433be9a3987c4.tar.gz ppe42-binutils-360ea8c5172bdd00410526e1cd3433be9a3987c4.zip |
fix the declaration of run_stack_dummy, as well.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index ee1fe092d5..f0dddda38c 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -99,7 +99,7 @@ extern void terminal_ours PARAMS ((void)); extern void -run_stack_dummy PARAMS ((CORE_ADDR, char [REGISTER_BYTES])); +run_stack_dummy PARAMS ((char*, CORE_ADDR, char [REGISTER_BYTES])); extern CORE_ADDR read_pc PARAMS ((void)); |