summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/i386/i386mach.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/machine/i386/i386mach.h')
-rw-r--r--newlib/libm/machine/i386/i386mach.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/machine/i386/i386mach.h b/newlib/libm/machine/i386/i386mach.h
index 23c32190d..403d24bfe 100644
--- a/newlib/libm/machine/i386/i386mach.h
+++ b/newlib/libm/machine/i386/i386mach.h
@@ -74,7 +74,7 @@
#define SOTYPE_FUNCTION(sym)
#endif
-#ifdef _I386MACH_ALLOW_HW_INTERRUPTS
+#ifndef _I386MACH_DISABLE_HW_INTERRUPTS
#define __CLI
#define __STI
#else