diff options
Diffstat (limited to 'gcc/config/fx80/fx80.h')
-rw-r--r-- | gcc/config/fx80/fx80.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/fx80/fx80.h b/gcc/config/fx80/fx80.h index d1f3694703a..0826236b644 100644 --- a/gcc/config/fx80/fx80.h +++ b/gcc/config/fx80/fx80.h @@ -1153,7 +1153,7 @@ do { int i; unsigned char *pp = (unsigned char *) (PTR); \ /* This is how to output an element of a case-vector that is relative. */ -#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) \ +#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ fprintf (FILE, "\t.word L%d-L%d\n", VALUE, REL) /* This is how to output an assembler line |