On Wed, 30 Jul 2025 at 01:27, Richard Henderson <richard.hender...@linaro.org> wrote: > > Use TARGET_PAGE_SIZE instead. If the target page size may vary, > using a different fixed size is wrong. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/elfload.c | 21 ++------------------- > 1 file changed, 2 insertions(+), 19 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM