From: aurel32 Date: Tue, 3 Feb 2009 19:55:43 +0000 (+0000) Subject: Add f field to ppc_avr_t X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0f6fbcbccd2ea9f3c6e3032d5903934db8c5be89;p=xenclient%2Fioemu.git Add f field to ppc_avr_t Signed-off-by: Nathan Froyd Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6505 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index f7a12da6..dafe7f38 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -308,6 +308,7 @@ struct ppc_spr_t { /* Altivec registers (128 bits) */ union ppc_avr_t { + float32 f[4]; uint8_t u8[16]; uint16_t u16[8]; uint32_t u32[4];