aboutsummaryrefslogtreecommitdiff
path: root/gdb/m68hc11-tdep.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-07-30 01:48:28 +0000
committerKevin Buettner <kevinb@redhat.com>2000-07-30 01:48:28 +0000
commitfba45db2faf619e71856ee38ec63949c0ef6903e (patch)
tree107efc21d2b12f54d84b59e75251449e3d5fd096 /gdb/m68hc11-tdep.c
parent29e6d33b03a5e39540d17bc8235573b1dac13341 (diff)
downloadfsf-binutils-gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.zip
fsf-binutils-gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.tar.gz
fsf-binutils-gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.tar.bz2
Protoization.
Diffstat (limited to 'gdb/m68hc11-tdep.c')
-rw-r--r--gdb/m68hc11-tdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/m68hc11-tdep.c b/gdb/m68hc11-tdep.c
index 82d71b2..4c2d505 100644
--- a/gdb/m68hc11-tdep.c
+++ b/gdb/m68hc11-tdep.c
@@ -323,7 +323,7 @@ m68hc11_saved_pc_after_call (struct frame_info *frame)
registers. */
void
-m68hc11_pop_frame ()
+m68hc11_pop_frame (void)
{
m68hc11_not_yet ("m68hc11_pop_frame");
}
@@ -727,7 +727,7 @@ m68hc11_push_arguments (int nargs,
CORE_ADDR
-m68hc11_call_dummy_address ()
+m68hc11_call_dummy_address (void)
{
m68hc11_not_yet ("m68hc11_call_dummy_address");
return 0;
@@ -745,7 +745,7 @@ m68hc11_extract_return_value (struct type *valtype,
}
void
-_initialize_m68hc11_tdep ()
+_initialize_m68hc11_tdep (void)
{
tm_print_insn = print_insn_m68hc11;