Commit 96b327f4 by Jim Wilson

(ASM_OUTPUT_CASE_END): Add missing semicolon.

From-SVN: r3494
parent 0fdcc87d
......@@ -379,7 +379,7 @@ do { union { float f; long l;} tem; \
#define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE) \
{ if (switch_table_difference_label_flag) \
fprintf (FILE, "\tset LD%%%d,L%%%d-LI%%%d\n", (NUM), (NUM), (NUM)) \
fprintf (FILE, "\tset LD%%%d,L%%%d-LI%%%d\n", (NUM), (NUM), (NUM)); \
switch_table_difference_label_flag = 0; }
int switch_table_difference_label_flag;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment