From d5b2f4d67cf654227d255e7e72c5f85fe2f020ee Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 19 Sep 2001 17:40:28 +0000 Subject: Fix compile time warning messages --- opcodes/cgen-asm.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'opcodes/cgen-asm.c') diff --git a/opcodes/cgen-asm.c b/opcodes/cgen-asm.c index dba0c37d427..b664d7bc8bf 100644 --- a/opcodes/cgen-asm.c +++ b/opcodes/cgen-asm.c @@ -28,6 +28,10 @@ #include "opcode/cgen.h" #include "opintl.h" +static CGEN_INSN_LIST * hash_insn_array PARAMS ((CGEN_CPU_DESC, const CGEN_INSN *, int, int, CGEN_INSN_LIST **, CGEN_INSN_LIST *)); +static CGEN_INSN_LIST * hash_insn_list PARAMS ((CGEN_CPU_DESC, const CGEN_INSN_LIST *, CGEN_INSN_LIST **, CGEN_INSN_LIST *)); +static void build_asm_hash_table PARAMS ((CGEN_CPU_DESC)); + /* Set the cgen_parse_operand_fn callback. */ void -- cgit v1.2.1