]> git.proxmox.com Git - qemu.git/commit
i386 ROR r8/r16 instruction fix
authorPavel Dovgaluk <Pavel.Dovgaluk@ispras.ru>
Mon, 15 Apr 2013 06:59:15 +0000 (10:59 +0400)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 20 Apr 2013 19:27:52 +0000 (21:27 +0200)
commit089305ac0a273e64c9a5655d26da7fe19ecee66f
tree260518f1c25c7401cdb59c7a0e82d0fbdf8e43ad
parent21e5181f9552e3a876b488c77dc5cfeccff66414
i386 ROR r8/r16 instruction fix

Fixed EFLAGS corruption by ROR r8/r16 instruction located at the end of the TB.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/translate.c