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 8b4c8f8..681bc20 100644 --- a/gas/config/tc-spu.c +++ b/gas/config/tc-spu.c @@ -333,7 +333,7 @@ md_assemble (char *op) const char *d = syntax_error_param; while (*d != '$') d--; - as_warn (_("Treating '%-*s' as a symbol."), syntax_error_param - d, d); + as_warn (_("Treating '%-*s' as a symbol."), (int)(syntax_error_param - d), d); } /* grow the current frag and plop in the opcode */ |