diff options
Diffstat (limited to 'gas/config/tc-d30v.c')
-rw-r--r-- | gas/config/tc-d30v.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-d30v.c b/gas/config/tc-d30v.c index 1ac1605..81051f0 100644 --- a/gas/config/tc-d30v.c +++ b/gas/config/tc-d30v.c @@ -245,7 +245,7 @@ md_show_usage (FILE *stream) } int -md_parse_option (int c, char *arg ATTRIBUTE_UNUSED) +md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED) { switch (c) { |