projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73553c4
)
fix the declaration of run_stack_dummy, as well.
author
Mark Eichin
<eichin@cygnus>
Thu, 8 Jul 1993 19:51:04 +0000
(19:51 +0000)
committer
Mark Eichin
<eichin@cygnus>
Thu, 8 Jul 1993 19:51:04 +0000
(19:51 +0000)
gdb/inferior.h
patch
|
blob
|
history
diff --git
a/gdb/inferior.h
b/gdb/inferior.h
index ee1fe092d5cba37c4cb2a46265b4982752aca894..f0dddda38c15cd04153d1c5017d9b206ef4e94e6 100644
(file)
--- 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));