target/i386: Fix BLSR and BLSI
commit13672386a93fef64cfd33bd72fbf3d80f2c00e94
authorRichard Henderson <rth@twiddle.net>
Wed, 12 Jul 2017 19:29:02 +0000 (12 09:29 -1000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Jun 2018 17:05:30 +0000 (28 19:05 +0200)
tree69a0fac4f35ac473a100ada87941df39f10bdfa3
parent019288bf137183bf3407c9824655b753bfafc99f
target/i386: Fix BLSR and BLSI

The implementation of these two instructions was swapped.
At the same time, unify the setup of eflags for the insn group.

Reported-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Message-Id: <20170712192902.15493-1-rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/translate.c