diff options
Diffstat (limited to 'gas/config/tc-v850.c')
-rw-r--r-- | gas/config/tc-v850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c index 00ff00d..bd762fb 100644 --- a/gas/config/tc-v850.c +++ b/gas/config/tc-v850.c @@ -1562,7 +1562,7 @@ md_show_usage (FILE *stream) } int -md_parse_option (int c, char *arg) +md_parse_option (int c, const char *arg) { if (c != 'm') { |