On Wed, Sep 16, 2026 at 01:51:57PM -1000, Richard Henderson wrote: > Allow the two pages of translation to be non-contiguous. > As long as the target translator wraps pc properly, this > allows address space wraparound to function correctly. > > This avoids an assert on a valid i386 system-mode test case. > > Reported-by: Tao Cui <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > --- > include/exec/translator.h | 3 +++ > accel/tcg/translator.c | 45 ++++++++++++++++++++++++--------------- > 2 files changed, 31 insertions(+), 17 deletions(-) > > diff --git a/include/exec/translator.h b/include/exec/translator.h > index 978dee25add..104e6d4f361 100644
Reviewed-by: Jim MacArthur <[email protected]>
