diff options
Diffstat (limited to 'mpi/i386/syntax.h')
-rw-r--r-- | mpi/i386/syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/i386/syntax.h b/mpi/i386/syntax.h index 5a2c7b232..035c01960 100644 --- a/mpi/i386/syntax.h +++ b/mpi/i386/syntax.h @@ -45,7 +45,7 @@ #define ALIGN(log) .align log #endif #if defined (ELF_SYNTAX) -#define ALIGN(log) .align 1<<(log) +#define ALIGN(log) .align 1<<log #endif #define GLOBL .globl #endif |