Re: [PATCH 02/32] accel/tcg: Hide in_same_page outside of a target-specific context

2024-04-05 Thread Philippe Mathieu-Daudé
On 5/4/24 12:24, Richard Henderson wrote: While there are other methods that could be used to replace TARGET_PAGE_MASK, the function is not really required outside the context of target-specific translation. This makes the header usable by target independent code. Signed-off-by: Richard Henders

[PATCH 02/32] accel/tcg: Hide in_same_page outside of a target-specific context

2024-04-05 Thread Richard Henderson
While there are other methods that could be used to replace TARGET_PAGE_MASK, the function is not really required outside the context of target-specific translation. This makes the header usable by target independent code. Signed-off-by: Richard Henderson --- include/exec/translator.h | 2 ++ 1