On Wed, 30 Jul 2025 at 01:18, Richard Henderson <[email protected]> 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 <[email protected]>
AIUI the FEAT_1_EDX field only uses the bottom 32 bits so the type change should be fine. Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
