KVM: x86 emulator: fix REPZ/REPNZ termination condition
authorAvi Kivity <avi@redhat.com>
Tue, 17 Aug 2010 08:22:17 +0000 (11:22 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:10 +0000 (10:51 +0200)
EFLAGS.ZF needs to be checked after each iteration, not before.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found