diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-19 17:40:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-19 17:40:28 +0000 |
commit | d5b2f4d67cf654227d255e7e72c5f85fe2f020ee (patch) | |
tree | 5436d1ebdf67f851d5975ae38520168ac79e8771 /opcodes/cgen-dis.c | |
parent | 38131e6744be32896c1259d5db95a1f492c11533 (diff) | |
download | gdb-d5b2f4d67cf654227d255e7e72c5f85fe2f020ee.zip gdb-d5b2f4d67cf654227d255e7e72c5f85fe2f020ee.tar.gz gdb-d5b2f4d67cf654227d255e7e72c5f85fe2f020ee.tar.bz2 |
Fix compile time warning messages
Diffstat (limited to 'opcodes/cgen-dis.c')
-rw-r--r-- | opcodes/cgen-dis.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/cgen-dis.c b/opcodes/cgen-dis.c index b4297bb4..8e9fe56 100644 --- a/opcodes/cgen-dis.c +++ b/opcodes/cgen-dis.c @@ -27,6 +27,10 @@ #include "symcat.h" #include "opcode/cgen.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_dis_hash_table PARAMS ((CGEN_CPU_DESC)); + /* Subroutine of build_dis_hash_table to add INSNS to the hash table. COUNT is the number of elements in INSNS. |