From 0f6fbcbccd2ea9f3c6e3032d5903934db8c5be89 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Tue, 3 Feb 2009 19:55:43 +0000 Subject: [PATCH] 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 --- target-ppc/cpu.h | 1 + 1 file changed, 1 insertion(+) 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]; -- 2.11.4.GIT