mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Fix warnings that would be generated by gcc -Wstrict-prototypes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5021 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6f41b7772d
commit
a5f1b965da
8 changed files with 42 additions and 28 deletions
|
@ -3322,9 +3322,7 @@ set_default_mips_dis_options (struct disassemble_info *info)
|
|||
}
|
||||
|
||||
void
|
||||
parse_mips_dis_option (option, len)
|
||||
const char *option;
|
||||
unsigned int len;
|
||||
parse_mips_dis_option (const char *option, unsigned int len)
|
||||
{
|
||||
unsigned int i, optionlen, vallen;
|
||||
const char *val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue