Browse Source

adapted to use 80387 floating point format

ceriel 35 years ago
parent
commit
b4e38b8fcd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      mach/i386/ce/mach.c

+ 3 - 0
mach/i386/ce/mach.c

@@ -21,6 +21,9 @@ int val;
 }
 
 #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>
 
 /* as long as we generate assembler ...