Skip to content
Snippets Groups Projects
Commit f976b09e authored by Alexander Graf's avatar Alexander Graf Committed by Aurelien Jarno
Browse files

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: default avatarStefan Weil <sw@weilnetz.de>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
Reviewed-by: default avatarAurelien Jarno <aurelien@aurel32.net>
Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
parent e8092f7a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment