mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
target/i386/emulate: remove flags_mask
The field is written but never read. Cc: Wei Liu <liuwe@linux.microsoft.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6aa0d0391c
commit
c901905ea6
2 changed files with 424 additions and 442 deletions
File diff suppressed because it is too large
Load diff
|
@ -295,8 +295,6 @@ typedef struct x86_decode {
|
|||
struct x86_modrm modrm;
|
||||
struct x86_decode_op op[4];
|
||||
bool is_fpu;
|
||||
uint32_t flags_mask;
|
||||
|
||||
} x86_decode;
|
||||
|
||||
uint64_t sign(uint64_t val, int size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue