summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--target-ppc/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h
index f7a12da628..dafe7f38f0 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];