On 09/15/2014 08:03 AM, Paolo Bonzini wrote:
> @@ -4173,24 +4173,7 @@ static void gen_mfcr(DisasContext *ctx)
> cpu_gpr[rD(ctx->opcode)], crn * 4);
> }
> } else {
> -TCGv_i32 t0 = tcg_temp_new_i32();
> -tcg_gen_mov_i32(t0, cpu_crf[0]);
> -
On 9/15/2014 10:03 AM, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini
> ---
> v1->v2: used ARRAY_SIZE and ppc_get_cr
>
> target-ppc/helper.h | 3 +++
> target-ppc/int_helper.c | 17 +
> target-ppc/translate.c | 31 ---
> 3 files change
Signed-off-by: Paolo Bonzini
---
v1->v2: used ARRAY_SIZE and ppc_get_cr
target-ppc/helper.h | 3 +++
target-ppc/int_helper.c | 17 +
target-ppc/translate.c | 31 ---
3 files changed, 24 insertions(+), 27 deletions(-)
diff --git a/target-