diff options
Diffstat (limited to 'arch/x86/machine/asm.h')
-rw-r--r-- | arch/x86/machine/asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/machine/asm.h b/arch/x86/machine/asm.h index 07b2d23b..c2c4e997 100644 --- a/arch/x86/machine/asm.h +++ b/arch/x86/machine/asm.h @@ -20,7 +20,7 @@ #include <machine/param.h> -#ifdef __ASSEMBLY__ +#ifdef __ASSEMBLER__ #define ASM_ENTRY(x) \ .align TEXT_ALIGN; \ @@ -44,6 +44,6 @@ x ## _end: #define ASM_IRET iret #endif /* __LP64__ */ -#endif /* __ASSEMBLY__ */ +#endif /* __ASSEMBLER__ */ #endif /* _X86_ASM_H */ |