diff options
Diffstat (limited to 'gas/config/tc-moxie.c')
-rw-r--r-- | gas/config/tc-moxie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-moxie.c b/gas/config/tc-moxie.c index ae17bb3..aa48c99 100644 --- a/gas/config/tc-moxie.c +++ b/gas/config/tc-moxie.c @@ -612,7 +612,7 @@ size_t md_longopts_size = sizeof (md_longopts); const char *md_shortopts = ""; int -md_parse_option (int c ATTRIBUTE_UNUSED, char *arg ATTRIBUTE_UNUSED) +md_parse_option (int c ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED) { switch (c) { |