commit | 9a5922d6bdc3e047fbe52178104f9b06604f901a | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 23 10:21:20 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 29 22:03:55 2023 +0100 |
tree | 1cc11a78a2ede12b24dc091842ab2ebd7f2813f2 | |
parent | 1ec46bf2378fcc8a5a08d0ca062a96a0f6bc3a8c [diff] |
target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0 Create a new temporary, to ease the register allocator's work. Creation of the temporary is pushed into gen_ext_tl, which also allows NULL as the first parameter now. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>