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 Henderson <richard.hender...@linaro.org> --- include/exec/translator.h | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>