diff options
Diffstat (limited to 'gas/config/tc-tic6x.c')
-rw-r--r-- | gas/config/tc-tic6x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic6x.c b/gas/config/tc-tic6x.c index 72d1bcc..84fd368 100644 --- a/gas/config/tc-tic6x.c +++ b/gas/config/tc-tic6x.c @@ -265,7 +265,7 @@ tic6x_use_pid (const char *arg) /* Parse a target-specific option. */ int -md_parse_option (int c, char *arg) +md_parse_option (int c, const char *arg) { switch (c) { |