On Thu, 28 Aug 2025 at 13:10, Richard Henderson <richard.hender...@linaro.org> wrote: > > Move the target_pt_regs structure from target_syscall.h. > Replace the array with proper structure fields. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > 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 <peter.mayd...@linaro.org> thanks -- PMM