qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 06/42] target-ppc: add signed fields to ppc_avr_t.


From: Nathan Froyd
Subject: [Qemu-devel] [PATCH 06/42] target-ppc: add signed fields to ppc_avr_t.
Date: Sun, 14 Dec 2008 18:14:39 -0800

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

diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h
index de53675..973f50a 100644
--- a/target-ppc/cpu.h
+++ b/target-ppc/cpu.h
@@ -311,6 +311,9 @@ union ppc_avr_t {
     uint8_t u8[16];
     uint16_t u16[8];
     uint32_t u32[4];
+    int8_t s8[16];
+    int16_t s16[8];
+    int32_t s32[4];
     uint64_t u64[2];
 };
 
-- 
1.6.0.5





reply via email to

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