Re: [Qemu-devel] [PATCH v2 05/20] target-mips: stop translation after ctc1

2014-10-29 Thread James Hogan
On Wed, Oct 29, 2014 at 01:41:53AM +, Yongbok Kim wrote: > stop translation as ctc1 instruction can change hflags > > Signed-off-by: Yongbok Kim Reviewed-by: James Hogan Cheers James > --- > target-mips/translate.c |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > di

[Qemu-devel] [PATCH v2 05/20] target-mips: stop translation after ctc1

2014-10-28 Thread Yongbok Kim
stop translation as ctc1 instruction can change hflags Signed-off-by: Yongbok Kim --- target-mips/translate.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/target-mips/translate.c b/target-mips/translate.c index 9a8f5c9..b388ba5 100644 --- a/target-mips/translate.