mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target-ppc: convert fp ops to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5754 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a3d6841ff8
commit
af12906f77
6 changed files with 550 additions and 636 deletions
|
@ -571,7 +571,6 @@ struct CPUPPCState {
|
|||
/* temporary float registers */
|
||||
float64 ft0;
|
||||
float64 ft1;
|
||||
float64 ft2;
|
||||
float_status fp_status;
|
||||
/* floating point registers */
|
||||
float64 fpr[32];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue