remove extra arg from old roundz function
[ieee754fpu.git] / src / add / fmul.py
index 20ada3ef18ca79da09fbbe15879e7b11849889a7..9ed2bf39b9bb67392c602b91484e8b8fdf47ce17 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, of.roundz)
+                m.next = "corrections"
 
             # ******
             # correction stage