diff options
Diffstat (limited to 'gas/config/tc-nds32.h')
-rw-r--r-- | gas/config/tc-nds32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-nds32.h b/gas/config/tc-nds32.h index 5075ec2..81ff40f 100644 --- a/gas/config/tc-nds32.h +++ b/gas/config/tc-nds32.h @@ -44,7 +44,7 @@ /* as.c. */ /* Extend GAS command line option handling capability. */ -extern int nds32_parse_option (int, char *); +extern int nds32_parse_option (int, const char *); extern void nds32_after_parse_args (void); /* The endianness of the target format may change based on command line arguments. */ |