qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [6090] target-ppc: fix type of spe_acc.


From: Aurelien Jarno
Subject: [Qemu-devel] [6090] target-ppc: fix type of spe_acc.
Date: Thu, 18 Dec 2008 22:43:26 +0000

Revision: 6090
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6090
Author:   aurel32
Date:     2008-12-18 22:43:25 +0000 (Thu, 18 Dec 2008)

Log Message:
-----------
target-ppc: fix type of spe_acc.

ACC is a 64-bit register and needs to be specified as such regardless of
the target.

Signed-off-by: Nathan Froyd <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

Modified Paths:
--------------
    trunk/target-ppc/cpu.h

Modified: trunk/target-ppc/cpu.h
===================================================================
--- trunk/target-ppc/cpu.h      2008-12-18 22:43:16 UTC (rev 6089)
+++ trunk/target-ppc/cpu.h      2008-12-18 22:43:25 UTC (rev 6090)
@@ -602,7 +602,7 @@
     ppc_avr_t avr[32];
     uint32_t vscr;
     /* SPE registers */
-    target_ulong spe_acc;
+    uint64_t spe_acc;
     float_status spe_status;
     uint32_t spe_fscr;
 






reply via email to

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