Fix for PDPFLOAT format
authorceriel <none@none>
Fri, 12 Jan 1990 11:52:51 +0000 (11:52 +0000)
committerceriel <none@none>
Fri, 12 Jan 1990 11:52:51 +0000 (11:52 +0000)
mach/con_float

index 2a0e07e..d1cb481 100644 (file)
@@ -103,7 +103,11 @@ float_cst(str, sz, buf)
 #ifdef IEEEFLOAT
        if (sz == 4) {
 #endif
+#ifdef PDPFLOAT
+               e.flt_exp += 129;
+#else
                e.flt_exp += 127;
+#endif
                if (e.flt_mantissa.flt_h_32 == 0) e.flt_exp = 0;
 #ifdef IEEEFLOAT
                if (e.flt_mantissa.flt_h_32 & 0x80) {