Fix remaining compiler warnings for mips targets.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6111 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2008-12-20 19:42:14 +00:00
parent dfb5e54b11
commit f9480ffc14
6 changed files with 26 additions and 26 deletions

View file

@ -3272,7 +3272,7 @@ choose_arch_by_number (unsigned long mach)
return c;
}
void
static void
set_default_mips_dis_options (struct disassemble_info *info)
{
const struct mips_arch_choice *chosen_arch;
@ -3321,7 +3321,7 @@ set_default_mips_dis_options (struct disassemble_info *info)
#endif
}
void
static void
parse_mips_dis_option (const char *option, unsigned int len)
{
unsigned int i, optionlen, vallen;
@ -4809,7 +4809,6 @@ print_mips16_insn_arg (char type,
abort ();
}
}
#endif
void
print_mips_disassembler_options (FILE *stream)
@ -4863,3 +4862,4 @@ with the -M switch (multiple options should be separated by commas):\n"));
fprintf (stream, _("\n"));
}
#endif