* [Qemu-devel] [6090] target-ppc: fix type of spe_acc.
@ 2008-12-18 22:43 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-12-18 22:43 UTC (permalink / raw)
To: qemu-devel
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 <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-18 22:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-18 22:43 [Qemu-devel] [6090] target-ppc: fix type of spe_acc Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).