]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/arm: Convert target_elf_gregset_t to a struct
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Aug 2025 22:02:18 +0000 (08:02 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Aug 2025 21:03:57 +0000 (07:03 +1000)
commitea37ee2b2659a7fa4b1161112c0be3559180ccdd
tree70e42d65b24b3937ea61c78ca9169f00cef9b195
parent4d8db2fa6f8e1e77fd88b1c3a4b0409adad630c0
linux-user/arm: Convert target_elf_gregset_t to a struct

While we're at it, loop over the general registers
rather than open-code them.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/elfload.c