diff options
Diffstat (limited to 'gas/config/tc-spu.c')
-rw-r--r-- | gas/config/tc-spu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-spu.c b/gas/config/tc-spu.c index 69264c1..b658bea 100644 --- a/gas/config/tc-spu.c +++ b/gas/config/tc-spu.c @@ -156,7 +156,7 @@ static int emulate_apuasm; static int use_dd2 = 1; int -md_parse_option (int c, char *arg ATTRIBUTE_UNUSED) +md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED) { switch (c) { |