* ppc-instructions: Fix missing assignment in last change.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 14 Feb 2010 10:00:46 +0000 (10:00 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 14 Feb 2010 10:00:46 +0000 (10:00 +0000)
sim/ppc/ChangeLog
sim/ppc/ppc-instructions

index f0476e4ed82c2225f0eac61b125ad51cad5a4f8a..183f1e65672820f24562f55e567b270ec8640be0 100644 (file)
@@ -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
index 495fe62ee51d20e1c9e978e86d9cc4f1e9d97d73..86c5157f0c9b933ee31390673833b4140860c4d8 100644 (file)
@@ -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!*/
This page took 0.026835 seconds and 4 git commands to generate.