aurel...@aurel32.net writes:

> Signed-off-by: Aurelien Jarno <aurel...@aurel32.net>
> ---
>  target-sh4/translate.c |  167 
> ++++++++++++++++++++++++++----------------------
>  1 file changed, 90 insertions(+), 77 deletions(-)
>
> diff --git a/target-sh4/translate.c b/target-sh4/translate.c
> index 2272eb0..87f532a 100644
> --- a/target-sh4/translate.c
> +++ b/target-sh4/translate.c
> @@ -464,7 +464,7 @@ static void _decode_opc(DisasContext * ctx)
>       {
>           TCGv addr = tcg_temp_new();
>           tcg_gen_addi_i32(addr, REG(B11_8), B3_0 * 4);
> -         tcg_gen_qemu_st32(REG(B7_4), addr, ctx->memidx);
> +            tcg_gen_qemu_st_i32(REG(B7_4), addr, ctx->memidx, MO_TEUL);
>           tcg_temp_free(addr);
<snip>

There seems to be a fix of tabs and spaces in that patch.

-- 
Alex Bennée
QEMU/KVM Hacker for Linaro


Reply via email to