On Wed, 30 Jul 2025 at 01:13, Richard Henderson <richard.hender...@linaro.org> wrote: > > Change the return type to abi_ulong, and pass in the cpu. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/loader.h | 2 +- > linux-user/elfload.c | 52 +----------------------------------- > linux-user/mips/elfload.c | 55 +++++++++++++++++++++++++++++++++++++++ > 3 files changed, 57 insertions(+), 52 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM