]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/riscv/tcg-target.c.inc
tcg/riscv: Remove branch-over-branch fallback
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Nov 2020 20:43:20 +0000 (12:43 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 7 Jan 2021 15:09:42 +0000 (05:09 -1000)
commit4b6a52d01e0dd640dd15f79264b38790023e3587
treeef9775b26775dd9a2b7a9be2b5fe8b81d2ee7b18
parent844d0442a53ca40a8d826e7549f27a8d4ac3a582
tcg/riscv: Remove branch-over-branch fallback

Since 7ecd02a06f8, we are prepared to re-start code generation
with a smaller TB if a relocation is out of range.  We no longer
need to leave a nop in the stream Just In Case.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/riscv/tcg-target.c.inc