target/i386: Reduce DisasContext.flags to uint32_t
commitc6ad6f44ed970fd5d531b1f030944d35d4fde246
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 14 May 2021 15:13:12 +0000 (14 10:13 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 19 May 2021 17:15:46 +0000 (19 12:15 -0500)
tree3ae0c8e953d478ae4d6c80aa894059ddf94fb90a
parent0046060e5dc232beb4dc942ec76852841739c109
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>
target/i386/tcg/translate.c