get roundz working again, needed for mul stage
[ieee754fpu.git] / src / add / fmul.py
index 20ada3ef18ca79da09fbbe15879e7b11849889a7..8e3ea7d5ff4a1c86eb4ed156a13b839c91d42cbe 100644 (file)
@@ -127,7 +127,8 @@ class FPMUL(FPBase):
             # rounding stage
 
             with m.State("round"):
-                self.roundz(m, z, of, "corrections")
+                self.roundz(m, z, z, of.roundz)
+                m.next = "corrections"
 
             # ******
             # correction stage