diff options
Diffstat (limited to 'sim/ppc/powerpc.igen')
-rw-r--r-- | sim/ppc/powerpc.igen | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sim/ppc/powerpc.igen b/sim/ppc/powerpc.igen index 60840fe..79b0d9b 100644 --- a/sim/ppc/powerpc.igen +++ b/sim/ppc/powerpc.igen @@ -3964,7 +3964,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, *603e:PPC_UNIT_FPU, PPC_UNIT_FPU, 2, 4, 0 *604: PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 FPSCR_BEGIN; - double product; /*HACK! - incorrectly loosing precision ... */ + double product; /*HACK! - incorrectly losing precision ... */ /* compute the multiply */ if (is_invalid_operation(processor, cia, *frA, *frC, @@ -4011,7 +4011,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, *603e:PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 *604: PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 FPSCR_BEGIN; - float product; /*HACK! - incorrectly loosing precision ... */ + float product; /*HACK! - incorrectly losing precision ... */ /* compute the multiply */ if (is_invalid_operation(processor, cia, *frA, *frC, @@ -4058,7 +4058,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, *603e:PPC_UNIT_FPU, PPC_UNIT_FPU, 2, 4, 0 *604: PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 FPSCR_BEGIN; - double product; /*HACK! - incorrectly loosing precision ... */ + double product; /*HACK! - incorrectly losing precision ... */ /* compute the multiply */ if (is_invalid_operation(processor, cia, *frA, *frC, @@ -4105,7 +4105,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, *603e:PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 *604: PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 FPSCR_BEGIN; - float product; /*HACK! - incorrectly loosing precision ... */ + float product; /*HACK! - incorrectly losing precision ... */ /* compute the multiply */ if (is_invalid_operation(processor, cia, *frA, *frC, @@ -4152,7 +4152,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, *603e:PPC_UNIT_FPU, PPC_UNIT_FPU, 2, 4, 0 *604: PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 FPSCR_BEGIN; - double product; /*HACK! - incorrectly loosing precision ... */ + double product; /*HACK! - incorrectly losing precision ... */ /* compute the multiply */ if (is_invalid_operation(processor, cia, *frA, *frC, @@ -4199,7 +4199,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, *603e:PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 *604: PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 FPSCR_BEGIN; - float product; /*HACK! - incorrectly loosing precision ... */ + float product; /*HACK! - incorrectly losing precision ... */ /* compute the multiply */ if (is_invalid_operation(processor, cia, *frA, *frC, @@ -4246,7 +4246,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, *603e:PPC_UNIT_FPU, PPC_UNIT_FPU, 2, 4, 0 *604: PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 FPSCR_BEGIN; - double product; /*HACK! - incorrectly loosing precision ... */ + double product; /*HACK! - incorrectly losing precision ... */ /* compute the multiply */ if (is_invalid_operation(processor, cia, *frA, *frC, @@ -4293,7 +4293,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, *603e:PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 *604: PPC_UNIT_FPU, PPC_UNIT_FPU, 1, 3, 0 FPSCR_BEGIN; - float product; /*HACK! - incorrectly loosing precision ... */ + float product; /*HACK! - incorrectly losing precision ... */ /* compute the multiply */ if (is_invalid_operation(processor, cia, *frA, *frC, |