commit | 46c04e4bcfc0e3afc24c40f89a16475e564f0b10 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri May 31 11:41:50 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 31 18:28:33 2024 +0100 |
tree | 23d286f172e924acd4f0d65e71d5024aa334ad03 | |
parent | 44d58e938b649a3d73af9b12aba491ebc39e5f7c [diff] |
target/i386: make flag variables unsigned This makes it easier for the compiler to understand which bits are set, and it also removes "cltq" instructions to canonicalize the output value as 32-bit signed. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>