diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-04-10 12:29:52 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-07 08:51:17 +0200 |
commit | 64ddadc6bb80376da2a818b38ae6a51fe1b7f5f2 (patch) | |
tree | f5b4935c2bea9814da7ca212dbb044f43a1f160b /backends | |
parent | e995f3f9442ce0cb869737ce100c3ebbba651809 (diff) | |
download | qemu-64ddadc6bb80376da2a818b38ae6a51fe1b7f5f2.zip qemu-64ddadc6bb80376da2a818b38ae6a51fe1b7f5f2.tar.gz qemu-64ddadc6bb80376da2a818b38ae6a51fe1b7f5f2.tar.bz2 |
target/i386: cc_op is not dynamic in gen_jcc1
Resetting cc_op to CC_OP_DYNAMIC should be done at control flow junctions,
which is not the case here. This translation block is ending and the
only effect of calling set_cc_op() would be a discard of s->cc_srcT.
This discard is useless (it's a temporary, not a global) and in fact
prevents gen_prepare_cc from returning s->cc_srcT.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'backends')
0 files changed, 0 insertions, 0 deletions