commit | c6ad6f44ed970fd5d531b1f030944d35d4fde246 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri May 14 10:13:12 2021 -0500 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 19 12:15:46 2021 -0500 |
tree | 3ae0c8e953d478ae4d6c80aa894059ddf94fb90a | |
parent | 0046060e5dc232beb4dc942ec76852841739c109 [diff] |
target/i386: Reduce DisasContext.flags to uint32_t The value comes from tb->flags, which is uint32_t. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210514151342.384376-21-richard.henderson@linaro.org>