commit | 24c0573bb0c3f55c47926e3cb047a716608cd113 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 21 14:13:01 2022 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 29 22:03:21 2023 +0100 |
tree | 5213ef5ed0fe5e90990732c9cfa572967a883510 | |
parent | a71e0b246accc4dc11616580d7232fbf4b782dac [diff] |
target/i386: do not clobber A0 in POP translation The new decoder likes to compute the address in A0 very early, so the gen_lea_v_seg in gen_pop_T0 would clobber the address of the memory operand. Instead use T0 since it is already available and will be overwritten immediately after. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>