Re: [PATCH v3 08/87] linux-user/microblaze: Convert target_elf_gregset_t to a struct

2025-08-28 Thread Peter Maydell
On Thu, 28 Aug 2025 at 13:09, Richard Henderson wrote: > > While we're at it, drop "pos++" and simply open-code indexes. > > Signed-off-by: Richard Henderson > --- > linux-user/elfload.c | 24 > 1 file changed, 12 insertions(+), 12 deletions(-) > Reviewed-by: Peter Mayd

[PATCH v3 08/87] linux-user/microblaze: Convert target_elf_gregset_t to a struct

2025-08-28 Thread Richard Henderson
While we're at it, drop "pos++" and simply open-code indexes. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 8fcdb0569b..40a5bcccab 100644 -