diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-08 15:48:06 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-08 15:48:06 +0000 |
commit | 0d50c2453b804ffda857be8754ec709072f80596 (patch) | |
tree | b7a40f04b0046a6f0b5dc7cdd3318561e0febab9 /sys/arch/i386/include | |
parent | 94f98aa1ec39be17259e9d2716c35eb5c1d623b2 (diff) |
this comment is not attached to this value. remove
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r-- | sys/arch/i386/include/npx.h | 3 |
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 /* |