diff options
Diffstat (limited to 'gcc/config/powerpcspe/aix71.h')
-rw-r--r-- | gcc/config/powerpcspe/aix71.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/powerpcspe/aix71.h b/gcc/config/powerpcspe/aix71.h index 4b986d6a818..3b8de897ede 100644 --- a/gcc/config/powerpcspe/aix71.h +++ b/gcc/config/powerpcspe/aix71.h @@ -56,7 +56,7 @@ do { \ { \ rs6000_current_cmodel = CMODEL_LARGE; \ } \ -} while (0); +} while (0) #undef ASM_SPEC #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" |