summaryrefslogtreecommitdiffstats
path: root/arch/i386/math-emu/status_w.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
committer <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
commitbeb116954b9b7f3bb56412b2494b562f02b864b1 (patch)
tree120e997879884e1b9d93b265221b939d2ef1ade1 /arch/i386/math-emu/status_w.h
parent908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff)
Import of Linux/MIPS 2.1.14
Diffstat (limited to 'arch/i386/math-emu/status_w.h')
-rw-r--r--arch/i386/math-emu/status_w.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/i386/math-emu/status_w.h b/arch/i386/math-emu/status_w.h
index 96607d0e1..57d1ae6bb 100644
--- a/arch/i386/math-emu/status_w.h
+++ b/arch/i386/math-emu/status_w.h
@@ -12,7 +12,7 @@
#include "fpu_emu.h" /* for definition of PECULIAR_486 */
-#ifdef __ASSEMBLER__
+#ifdef __ASSEMBLY__
#define Const__(x) $##x
#else
#define Const__(x) x
@@ -36,7 +36,7 @@
#define SW_Exc_Mask Const__(0x27f) /* Status word exception bit mask */
-#ifndef __ASSEMBLER__
+#ifndef __ASSEMBLY__
#define COMP_A_gt_B 1
#define COMP_A_eq_B 2
@@ -60,6 +60,6 @@
# define clear_C1()
#endif PECULIAR_486
-#endif __ASSEMBLER__
+#endif __ASSEMBLY__
#endif _STATUS_H_