Drop extra argument not used by format string.

This commit is contained in:
mlelstv 2016-06-26 15:46:42 +00:00
parent ec520c2878
commit f72ec5db06

View File

@ -101,7 +101,7 @@ do \
if (TARGET_COLDFIRE) \
{ \
asm_fprintf (FILE, "\tmovea.l #%LLP%d-.,%Ra1\n", (LABELNO)); \
asm_fprintf (FILE, "\tlea (-6,%Rpc,%Ra1),%Ra1\n", (LABELNO)); \
asm_fprintf (FILE, "\tlea (-6,%Rpc,%Ra1),%Ra1\n"); \
} \
else \
asm_fprintf (FILE, "\tlea (%LLP%d,%Rpc),%Ra1\n", (LABELNO)); \