Use Motorola byte order for floating point
authorceriel <none@none>
Thu, 26 Oct 1989 09:49:32 +0000 (09:49 +0000)
committerceriel <none@none>
Thu, 26 Oct 1989 09:49:32 +0000 (09:49 +0000)
mach/m68k2/cg/mach.c

index de6b24c..d0281d7 100644 (file)
@@ -38,6 +38,9 @@ con_mult(sz) word sz; {
 }
 
 #define IEEEFLOAT
+#define FL_MSL_AT_LOW_ADDRESS  1
+#define FL_MSW_AT_LOW_ADDRESS  1
+#define FL_MSB_AT_LOW_ADDRESS  1
 #define CODE_GENERATOR
 #include <con_float>