]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Do flush_cond in advance_jump_cond
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Oct 2023 04:55:40 +0000 (21:55 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Nov 2023 20:03:47 +0000 (12:03 -0800)
commitc76c804509e75ab0307f878282bc73b7852d5360
treef74bc3bfe432ad74ad3174f9b8bd2b77b0678471
parent816f89b7d4830b8df30ad252a6f30a0e80d70d76
target/sparc: Do flush_cond in advance_jump_cond

Do this here instead of in each caller.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/translate.c