x86emul: slightly alter AVX512 exception checking conditionals
authorJan Beulich <jbeulich@suse.com>
Tue, 11 Dec 2018 08:41:17 +0000 (09:41 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 11 Dec 2018 08:41:17 +0000 (09:41 +0100)
commit63b52584a3cf28cb84d6585b294cf574db97d585
treedba7b2eb61860ac45cbb9449ded5e38e77499456
parent4cf5d6264242aac1c308a89b9869d82732733b08
x86emul: slightly alter AVX512 exception checking conditionals

While actually benign (operands are either register or memory ones
anyway), I think it is better to use != instead of == for such checks.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c