qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 01/14] Add f field to ppc_avr_t


From: Nathan Froyd
Subject: [Qemu-devel] [PATCH 01/14] Add f field to ppc_avr_t
Date: Thu, 22 Jan 2009 12:44:01 -0800

Signed-off-by: Nathan Froyd <address@hidden>
---
 target-ppc/cpu.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h
index f7a12da..dafe7f3 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];
-- 
1.6.0.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]