On Wed, 30 Jul 2025 at 01:18, Richard Henderson <richard.hender...@linaro.org> wrote: > > Change the return type to abi_ulong, and pass in the cpu. > Duplicate the one line function between i386 and x86_64, > as most other additions to elfload.c won't be common. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
AIUI the FEAT_1_EDX field only uses the bottom 32 bits so the type change should be fine. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM