summaryrefslogtreecommitdiff
path: root/i386/i386/proc_reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/proc_reg.h')
-rw-r--r--i386/i386/proc_reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386/proc_reg.h b/i386/i386/proc_reg.h
index 4a3cb53..428569d 100644
--- a/i386/i386/proc_reg.h
+++ b/i386/i386/proc_reg.h
@@ -45,7 +45,7 @@
#define CR0_MP 0x00000002 /* monitor coprocessor */
#define CR0_PE 0x00000001 /* enable protected mode */
-#ifndef ASSEMBLER
+#ifndef __ASSEMBLER__
#ifdef __GNUC__
static inline unsigned
@@ -143,6 +143,6 @@ set_eflags(unsigned eflags)
"0:\n")
#endif /* __GNUC__ */
-#endif /* ASSEMBLER */
+#endif /* __ASSEMBLER__ */
#endif /* _I386_PROC_REG_H_ */