On 8/8/22 10:10, Ilya Leoshkevich wrote:
Right now 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.Signed-off-by: Ilya Leoshkevich<[email protected]> --- include/exec/translator.h | 10 ++++++++++ target/s390x/tcg/translate.c | 15 +++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
