On Mon, Apr 15, 2013 at 10:59:15AM +0400, Pavel Dovgaluk wrote:
> Fixed EFLAGS corruption by ROR r8/r16 instruction located at the end of the
> TB.
>
> Signed-off-by: Pavel Dovgalyuk
> ---
> target-i386/translate.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/t
On 2013-04-15 17:42, Aurelien Jarno wrote:
On Mon, Apr 15, 2013 at 10:59:15AM +0400, Pavel Dovgaluk wrote:
Fixed EFLAGS corruption by ROR r8/r16 instruction located at the end of the TB.
Signed-off-by: Pavel Dovgalyuk
---
target-i386/translate.c |1 +
1 files changed, 1 insertions(+), 0
On Mon, Apr 15, 2013 at 10:59:15AM +0400, Pavel Dovgaluk wrote:
> Fixed EFLAGS corruption by ROR r8/r16 instruction located at the end of the
> TB.
>
> Signed-off-by: Pavel Dovgalyuk
> ---
> target-i386/translate.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/t
Fixed EFLAGS corruption by ROR r8/r16 instruction located at the end of the TB.
Signed-off-by: Pavel Dovgalyuk
---
target-i386/translate.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/target-i386/translate.c b/target-i386/translate.c
index 233f24f..40f891d 100644
---