Use Intel byte order for floating point
authorceriel <none@none>
Thu, 26 Oct 1989 11:03:30 +0000 (11:03 +0000)
committerceriel <none@none>
Thu, 26 Oct 1989 11:03:30 +0000 (11:03 +0000)
mach/i86/ce/mach.c

index 35d64b7..9ed0369 100644 (file)
@@ -20,4 +20,8 @@ int val;
        return( val >= -128 && val <= 127);
 }
 
+#define IEEEFLOAT
+#define FL_MSL_AT_LOW_ADDRESS  0
+#define FL_MSW_AT_LOW_ADDRESS  0
+#define FL_MSB_AT_LOW_ADDRESS  0
 #include <con_float>