]> Git Repo - qemu.git/commit
target-ppc: change DCR helpers to target_long arguments
authorAurelien Jarno <[email protected]>
Sat, 6 Feb 2010 15:59:11 +0000 (16:59 +0100)
committerAurelien Jarno <[email protected]>
Sat, 6 Feb 2010 16:14:24 +0000 (17:14 +0100)
commit95ff895f79c75ba13b63a3408d3b8a49791179c6
tree2af30bf2bb7a7756080aa6743d284bdca304673d
parent8f9db67c84475cd440edcec120bc1826473bf744
target-ppc: change DCR helpers to target_long arguments

The recent transition to always have the DCR helper functions take 32 bit
values broke the PPC64 target, as target_long became 64 bits there.

This patch changes DCR helpers to target_long arguments, and cast the values
to 32 bit when needed.

Fixes PPC64 build with --enable-debug-tcg

Based on a patch from Alexander Graf <[email protected]>
Reported-by: Stefan Weil <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-ppc/helper.h
target-ppc/op_helper.c
This page took 0.029289 seconds and 4 git commands to generate.