diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-04-23 16:39:34 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-04-23 16:39:34 +0000 |
commit | 7da80129d8c88eecca3acaf37abe7a0df05a1f04 (patch) | |
tree | 5da62d225590ef6efc09201dbafef3c24a761f75 /gcc/config/m68k/amix.h | |
parent | 307984d8b53b74d2b25a3f5b3af3b2a11ced74b3 (diff) | |
download | gcc-7da80129d8c88eecca3acaf37abe7a0df05a1f04.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@824 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/amix.h')
-rw-r--r-- | gcc/config/m68k/amix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h index 38ac17da67d..cc4242c0250 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; |