]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386/emulate: remove rflags leftovers
authorMagnus Kulke <magnuskulke@linux.microsoft.com>
Tue, 29 Apr 2025 09:33:19 +0000 (11:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 May 2025 15:38:24 +0000 (17:38 +0200)
commit7c93067fe7e44f89a720fa5f0faf180697d5ac7e
tree0a116d99e08e9b9f45378bec38475da38e9357b3
parentdb46654af893abed53dce35ebab86056ac9b3004
target/i386/emulate: remove rflags leftovers

Fixes: c901905ea670 ("target/i386/emulate: remove flags_mask")
In c901905ea670 rflags have been removed from `x86_decode`, but there
were some leftovers.

Signed-off-by: Magnus Kulke <magnuskulke@linux.microsoft.com>
Link: https://lore.kernel.org/r/20250429093319.5010-1-magnuskulke@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/emulate/x86_decode.c