diff options
Diffstat (limited to 'gas/config/tc-msp430.c')
-rw-r--r-- | gas/config/tc-msp430.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-msp430.c b/gas/config/tc-msp430.c index 6b762c2..ae28984 100644 --- a/gas/config/tc-msp430.c +++ b/gas/config/tc-msp430.c @@ -1329,7 +1329,7 @@ msp430_mcu_data [] = }; int -md_parse_option (int c, char * arg) +md_parse_option (int c, const char * arg) { switch (c) { |