mirror_qemu/tests/tcg/riscv64
Richard Henderson 00c07344fa target/riscv: Make translator stop before the end of a page
Right now the translator stops right *after* the end of a page, which
breaks reporting of fault locations when the last instruction of a
multi-insn translation block crosses a page boundary.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1155
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Tested-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2022-09-06 08:04:26 +01:00
..
Makefile.softmmu-target target/riscv: Set env->bins in gen_exception_illegal 2022-07-03 10:03:20 +10:00
Makefile.target target/riscv: Make translator stop before the end of a page 2022-09-06 08:04:26 +01:00
issue1060.S target/riscv: Set env->bins in gen_exception_illegal 2022-07-03 10:03:20 +10:00
noexec.c target/riscv: Make translator stop before the end of a page 2022-09-06 08:04:26 +01:00
semicall.h
semihost.ld target/riscv: Set env->bins in gen_exception_illegal 2022-07-03 10:03:20 +10:00
test-div.c