diff options
Diffstat (limited to 'gcc/config/powerpcspe/aix43.h')
-rw-r--r-- | gcc/config/powerpcspe/aix43.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/powerpcspe/aix43.h b/gcc/config/powerpcspe/aix43.h index d61956d..bd8a2c0 100644 --- a/gcc/config/powerpcspe/aix43.h +++ b/gcc/config/powerpcspe/aix43.h @@ -39,7 +39,7 @@ do { \ { \ error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \ } \ -} while (0); +} while (0) #undef ASM_SPEC #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" |