Commit 0f6fbcbccd2ea9f3c6e3032d5903934db8c5be89
1 parent
ea0444b5
Add f field to ppc_avr_t
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6505 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
target-ppc/cpu.h
| @@ -308,6 +308,7 @@ struct ppc_spr_t { | @@ -308,6 +308,7 @@ struct ppc_spr_t { | ||
| 308 | 308 | ||
| 309 | /* Altivec registers (128 bits) */ | 309 | /* Altivec registers (128 bits) */ |
| 310 | union ppc_avr_t { | 310 | union ppc_avr_t { |
| 311 | + float32 f[4]; | ||
| 311 | uint8_t u8[16]; | 312 | uint8_t u8[16]; |
| 312 | uint16_t u16[8]; | 313 | uint16_t u16[8]; |
| 313 | uint32_t u32[4]; | 314 | uint32_t u32[4]; |