diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-02-14 10:00:46 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2010-02-14 10:00:46 +0000 |
commit | aaea6334a0cecd99eae50e195961a0c882278c73 (patch) | |
tree | b330793756189bd6d80dde75ae44478f07fedfe4 | |
parent | 2388a1526b1019b47836c395d28a1e57073dc61b (diff) | |
download | gdb-aaea6334a0cecd99eae50e195961a0c882278c73.zip gdb-aaea6334a0cecd99eae50e195961a0c882278c73.tar.gz gdb-aaea6334a0cecd99eae50e195961a0c882278c73.tar.bz2 |
* ppc-instructions: Fix missing assignment in last change.
-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!*/ |