* ppc-instructions: Fix missing assignment in last change.
This commit is contained in:
parent
2388a1526b
commit
aaea6334a0
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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!*/
|
||||
|
|
Loading…
Reference in a new issue