diff options
Diffstat (limited to 'mips-dis.c')
-rw-r--r-- | mips-dis.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mips-dis.c b/mips-dis.c index 7cf0793c4c..867ecf2528 100644 --- a/mips-dis.c +++ b/mips-dis.c @@ -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; |