From: Mark Eichin Date: Thu, 8 Jul 1993 19:51:04 +0000 (+0000) Subject: fix the declaration of run_stack_dummy, as well. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=360ea8c5172bdd00410526e1cd3433be9a3987c4;p=binutils-gdb.git fix the declaration of run_stack_dummy, as well. --- diff --git a/gdb/inferior.h b/gdb/inferior.h index ee1fe092d5c..f0dddda38c1 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));