Il 03/09/2014 21:41, Tom Musta ha scritto:
>> > +tcg_gen_movcond_tl(cpu_gpr[rD(ctx->opcode)], t1, zero,
>> > + true_op, cpu_gpr[rB(ctx->opcode)], TCG_COND_NE);
> This doesnt compile for me ... the order of the arguments does not match what
> is defined in tcg-op.h.
>
It
On 8/28/2014 12:15 PM, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini
> ---
> target-ppc/translate.c | 23 +++
> 1 file changed, 11 insertions(+), 12 deletions(-)
>
> diff --git a/target-ppc/translate.c b/target-ppc/translate.c
> index 67f13f7..48c7b66 100644
> --- a/tar
On 08/28/2014 10:15 AM, Paolo Bonzini wrote:
> +TCGv t1, true_op, zero;
...
> +tcg_temp_free_i32(t1);
Not _i32 for the free.
r~
Signed-off-by: Paolo Bonzini
---
target-ppc/translate.c | 23 +++
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/target-ppc/translate.c b/target-ppc/translate.c
index 67f13f7..48c7b66 100644
--- a/target-ppc/translate.c
+++ b/target-ppc/translate.c
@@ -789,27