On Thu, Oct 9, 2025 at 2:22 PM Philippe Mathieu-Daudé <[email protected]> wrote: > > On 9/10/25 21:59, Brian Cain wrote: > > Change the user_regs_struct to use abi_ulong instead of > > target_ulong. > > > > Link: > > https://lore.kernel.org/qemu-devel/[email protected]/ > > Suggested-by: Richard Henderson <[email protected]> > > Signed-off-by: Brian Cain <[email protected]> > > --- > > linux-user/hexagon/signal.c | 52 ++++++++++++++++++------------------- > > 1 file changed, 26 insertions(+), 26 deletions(-) > > > > diff --git a/linux-user/hexagon/signal.c b/linux-user/hexagon/signal.c > > index 2847952216..e5514b2bec 100644 > > --- a/linux-user/hexagon/signal.c > > +++ b/linux-user/hexagon/signal.c > > @@ -24,30 +24,30 @@ > > #include "linux-user/trace.h" > > > > struct target_user_regs_struct { > > - target_ulong r0, r1, r2, r3; > > - target_ulong r4, r5, r6, r7; > > - target_ulong r8, r9, r10, r11; > > - target_ulong r12, r13, r14, r15; > > - target_ulong r16, r17, r18, r19; > > - target_ulong r20, r21, r22, r23; > > - target_ulong r24, r25, r26, r27; > > - target_ulong r28, r29, r30, r31; > > Yay! > > Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Taylor Simpson <[email protected]>
