diff options
-rw-r--r-- | sim/ppc/ChangeLog | 4 | ||||
-rw-r--r-- | sim/ppc/ppc-instructions | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index f0476e4..183f1e6 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,7 @@ +2010-02-14 Andreas Schwab <schwab@linux-m68k.org> + + * ppc-instructions: Fix missing assignment in last change. + 2010-02-05 Andreas Schwab <schwab@linux-m68k.org> * ppc-instructions: Fix aliasing bugs when calling diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions index 495fe62..86c5157 100644 --- a/sim/ppc/ppc-instructions +++ b/sim/ppc/ppc-instructions @@ -4168,6 +4168,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, 0, /*instruction_is_convert_to_64bit*/ 0, /*instruction_is_convert_to_32bit*/ 0); /*single-precision*/ + product = tmp.d; } else { /*HACK!*/ |