* ppc-instructions (Disabled_Exponent_Underflow): Increment
[deliverable/binutils-gdb.git] / sim / ppc / ppc-instructions
index cfbac643e3a524b014a201789fa3a36d21680845..b9a3287e3886d1174b85c0e64b6ffa2277a09db3 100644 (file)
@@ -4282,7 +4282,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia,
          }
            /* G|R|X == zero from above */
            while (exp < -126) {
-             exp = exp - 1;
+             exp = exp + 1;
              frac_grx = (INSERTED64(EXTRACTED64(frac_grx, 0, 54), 1, 55)
                          | MASKED64(frac_grx, 55, 55));
            }
This page took 0.023923 seconds and 4 git commands to generate.