target/i386: Reduce DisasContext.override to int8_t
commitc651f3a3cbb595841933f2c170974b54152db35e
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 14 May 2021 15:13:13 +0000 (14 10:13 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 19 May 2021 17:15:47 +0000 (19 12:15 -0500)
treeb9900a7e40d6dfbfebb42f58544d7b316f562cfa
parentc6ad6f44ed970fd5d531b1f030944d35d4fde246
target/i386: Reduce DisasContext.override to int8_t

The range of values is -1 (none) to 5 (R_GS).

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210514151342.384376-22-richard.henderson@linaro.org>
target/i386/tcg/translate.c