On Thu, 28 Aug 2025 at 13:10, Richard Henderson <[email protected]> wrote: > > Move the target_pt_regs structure from target_syscall.h. > Replace the array with proper structure fields. > > Signed-off-by: Richard Henderson <[email protected]> > --- > linux-user/arm/target_ptrace.h | 16 ++++++++++++++++ > linux-user/arm/target_syscall.h | 8 -------- > 2 files changed, 16 insertions(+), 8 deletions(-) > create mode 100644 linux-user/arm/target_ptrace.h >
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
