diff options
Diffstat (limited to 'gas/config/tc-nds32.c')
-rw-r--r-- | gas/config/tc-nds32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-nds32.c b/gas/config/tc-nds32.c index 90b4d27..4c31f43 100644 --- a/gas/config/tc-nds32.c +++ b/gas/config/tc-nds32.c @@ -3189,7 +3189,7 @@ nds32_all_ext (void) recognized. This will be handled by the generic code. */ int -nds32_parse_option (int c, char *arg) +nds32_parse_option (int c, const char *arg) { struct nds32_parse_option_table *coarse_tune; struct nds32_set_option_table *fine_tune; |