summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/npx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/include/npx.h')
-rw-r--r--sys/arch/i386/include/npx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/npx.h b/sys/arch/i386/include/npx.h
index 70e1ec5ccc1..e90e3670639 100644
--- a/sys/arch/i386/include/npx.h
+++ b/sys/arch/i386/include/npx.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: npx.h,v 1.18 2013/05/08 15:36:30 tedu Exp $ */
+/* $OpenBSD: npx.h,v 1.19 2013/05/08 15:48:05 tedu Exp $ */
/* $NetBSD: npx.h,v 1.11 1994/10/27 04:16:11 cgd Exp $ */
/*-
@@ -126,7 +126,6 @@ union savefpu {
struct savexmm sv_xmm;
};
-/* Intel prefers long real (53 bit) precision */
#define __INITIAL_NPXCW__ 0x037f
/*