Alexander Graf schrieb:
> The recent transition to always have the DCR helper functions take 32 bit
> values broke the PPC64 target, as tlong became 64 bits there.
>
> This patch moves all translate.c callers to a _tl function that simply
> calls the uint32_t functions. That way we don't need to mess with TCG
> trying to pass registers as uint32_t variables to functions.
>
> Fixes PPC64 build with --enable-debug-tcg
>
> Signed-off-by: Alexander Graf <ag...@suse.de>
> Reported-by: Stefan Weil <w...@mail.berlios.de>

Acked-by: Stefan Weil <w...@mail.berlios.de>

Happy new year,
Stefan



Reply via email to