Re: [Qemu-devel] [PATCH 5/9] target-cris: sync CC state at load/stores.

2016-09-06 Thread Edgar E. Iglesias
On Mon, Sep 05, 2016 at 12:02:14PM -0700, Richard Henderson wrote: > On 09/05/2016 04:54 AM, Rabin Vincent wrote: > >From: "Edgar E. Iglesias" > > > >Icount may choose to abort and recompile a TB at any load/store. We > >need to sync the CC state at these insns. > > >

Re: [Qemu-devel] [PATCH 5/9] target-cris: sync CC state at load/stores.

2016-09-05 Thread Richard Henderson
On 09/05/2016 04:54 AM, Rabin Vincent wrote: From: "Edgar E. Iglesias" Icount may choose to abort and recompile a TB at any load/store. We need to sync the CC state at these insns. Signed-off-by: Edgar E. Iglesias Signed-off-by: Rabin Vincent

[Qemu-devel] [PATCH 5/9] target-cris: sync CC state at load/stores.

2016-09-05 Thread Rabin Vincent
From: "Edgar E. Iglesias" Icount may choose to abort and recompile a TB at any load/store. We need to sync the CC state at these insns. Signed-off-by: Edgar E. Iglesias Signed-off-by: Rabin Vincent --- target-cris/translate.c | 9