diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sh/include/ieeefp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sh/include/ieeefp.h b/sys/arch/sh/include/ieeefp.h index d114d337036..90f68436c1d 100644 --- a/sys/arch/sh/include/ieeefp.h +++ b/sys/arch/sh/include/ieeefp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieeefp.h,v 1.3 2006/10/11 00:56:35 drahn Exp $ */ +/* $OpenBSD: ieeefp.h,v 1.4 2011/04/24 16:57:11 martynas Exp $ */ /* $NetBSD: ieeefp.h,v 1.3 2002/04/28 17:10:34 uch Exp $ */ /* @@ -11,7 +11,6 @@ typedef int fp_except; #define FP_X_INV 0x10 /* invalid operation exception */ -#define FP_X_DNML 0x20 /* denormalization exception */ #define FP_X_DZ 0x08 /* divide-by-zero exception */ #define FP_X_OFL 0x04 /* overflow exception */ #define FP_X_UFL 0x02 /* underflow exception */ |