sng_exponent should be sng_exp (MI code now cares); ok martynas
authorderaadt <deraadt@openbsd.org>
Thu, 24 Jul 2008 17:36:52 +0000 (17:36 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 24 Jul 2008 17:36:52 +0000 (17:36 +0000)
sys/arch/arm/include/ieee.h

index 5f9b89e..fb3620b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ieee.h,v 1.1 2004/02/01 05:09:49 drahn Exp $  */
+/*     $OpenBSD: ieee.h,v 1.2 2008/07/24 17:36:52 deraadt Exp $        */
 /*     $NetBSD: ieee.h,v 1.2 2001/02/21 17:43:50 bjh21 Exp $   */
 
 /*
 
 struct ieee_single {
        u_int   sng_frac:23;
-       u_int   sng_exponent:8;
+       u_int   sng_exp:8;
        u_int   sng_sign:1;
 };