diff options
author | Alexander Graf <agraf@suse.de> | 2013-12-20 11:01:50 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2013-12-22 19:15:55 +0100 |
commit | f976b09ea249cccc3fd41c98aaf6512908db0bae (patch) | |
tree | c33b9e5bdf4523145a2e44a938f1ac6e942b7373 /hw/timer/i8254_common.c | |
parent | e8092f7ae1c71419829879e18ce2dd7249a4d00f (diff) | |
download | qemu-f976b09ea249cccc3fd41c98aaf6512908db0bae.zip qemu-f976b09ea249cccc3fd41c98aaf6512908db0bae.tar.gz qemu-f976b09ea249cccc3fd41c98aaf6512908db0bae.tar.bz2 |
PPC: Fix compilation with TCG debug
The recent VSX patches broken compilation of QEMU when configurated
with --enable-debug, as it was treating "target long" TCG variables
as "i64" which is not true for 32bit targets.
This patch fixes all the places that the compiler has found to use
the correct variable type and if necessary manually cast.
Reported-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/timer/i8254_common.c')
0 files changed, 0 insertions, 0 deletions