2017-11-19 Tom de Vries <tom@codesourcery.com>
* config/visium/visium.h (ASM_OUTPUT_CASE_END): Remove semicolon after
macro body.
From-SVN: r254927
+2017-11-19 Tom de Vries <tom@codesourcery.com>
+
+ * config/visium/visium.h (ASM_OUTPUT_CASE_END): Remove semicolon after
+ macro body.
+
2017-11-19 Tom de Vries <tom@codesourcery.com>
* config/ft32/ft32.h (REGISTER_TARGET_PRAGMAS): Remove semicolon after
Here we output a word of zero so that jump-tables can be seperated
in reverse assembly. */
#define ASM_OUTPUT_CASE_END(STREAM, NUM, TABLE) \
- asm_fprintf (STREAM, "\t.long 0\n");
+ asm_fprintf (STREAM, "\t.long 0\n")
/* Assembler Commands for Alignment