diff options
Diffstat (limited to 'libc/kernel/arch-mips/asm/compiler.h')
-rw-r--r-- | libc/kernel/arch-mips/asm/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/arch-mips/asm/compiler.h b/libc/kernel/arch-mips/asm/compiler.h index e31f272d2..c2b9fa6dd 100644 --- a/libc/kernel/arch-mips/asm/compiler.h +++ b/libc/kernel/arch-mips/asm/compiler.h @@ -18,7 +18,7 @@ ****************************************************************************/ #ifndef _ASM_COMPILER_H #define _ASM_COMPILER_H -#if __GNUC__ > (3 || __GNUC__ == (3 && __GNUC_MINOR__ >= 4)) +#if __GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ >= 4 #define GCC_IMM_ASM() "n" /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #define GCC_REG_ACCUM "$0" |