[visium] Remove semicolon after ASM_OUTPUT_CASE_END
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
This commit is contained in:
parent
f8575ee93f
commit
b08c57ef9b
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -1456,7 +1456,7 @@ do \
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user