aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-04-23 16:39:34 +0000
committerRichard Stallman <rms@gnu.org>1992-04-23 16:39:34 +0000
commitc4c120b4d827d2c0398ecd29fb193a30a77ae191 (patch)
tree5da62d225590ef6efc09201dbafef3c24a761f75 /gcc
parent21648b45ae5e0996b1054e8066cfb44afdf6b7d5 (diff)
downloadgcc-c4c120b4d827d2c0398ecd29fb193a30a77ae191.zip
gcc-c4c120b4d827d2c0398ecd29fb193a30a77ae191.tar.gz
gcc-c4c120b4d827d2c0398ecd29fb193a30a77ae191.tar.bz2
*** empty log message ***
From-SVN: r824
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m68k/amix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h
index 38ac17d..cc4242c 100644
--- a/gcc/config/m68k/amix.h
+++ b/gcc/config/m68k/amix.h
@@ -53,7 +53,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
do { \
if (switch_table_difference_label_flag) \
asm_fprintf ((FILE), "%s %LLD%d,%LL%d\n", SET_ASM_OP, (NUM), (NUM));\
- switch_table_difference_label_flag = 0;
+ switch_table_difference_label_flag = 0; \
} while (0)
int switch_table_difference_label_flag;