target/i386: Reorder DisasContext members
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 14 May 2021 15:13:20 +0000 (10:13 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 19 May 2021 17:15:47 +0000 (12:15 -0500)
commita6f62100a8eb0092f613d974142d3789522530f4
tree93a3fb5dec45ffe13f9ac9fd75d201493d04c1f6
parent3236c2ade2335d9ff3ea53e60cec024863983d90
target/i386: Reorder DisasContext members

Sort all of the single-byte members to the same area
of the structure, eliminating 8 bytes of padding.

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