diff mbox series

[visium,committed] Remove semicolon after ASM_OUTPUT_CASE_END

Message ID cf20f072-25c1-d7cf-e2d2-8a26cbd6246c@mentor.com
State New
Headers show
Series [visium,committed] Remove semicolon after ASM_OUTPUT_CASE_END | expand

Commit Message

Tom de Vries Nov. 19, 2017, 11:06 a.m. UTC
Hi,

this patch removes a semicolon after ASM_OUTPUT_CASE_END. This allows 
the macro to be used in if-then-elses without curly braces.

Build visium-unknown-elf.

Committed as obvious.

Thanks,
- Tom
diff mbox series

Patch

[visium] Remove semicolon after ASM_OUTPUT_CASE_END

2017-11-14  Tom de Vries  <tom@codesourcery.com>

	* config/visium/visium.h (ASM_OUTPUT_CASE_END): Remove semicolon after
	macro body.

---
 gcc/config/visium/visium.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/visium/visium.h b/gcc/config/visium/visium.h
index 8573595..ecab9ec 100644
--- a/gcc/config/visium/visium.h
+++ b/gcc/config/visium/visium.h
@@ -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