commit | dabda4f36a992dffde252919124a25fe7054fe42 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Aug 28 12:31:49 2025 +1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Aug 30 07:04:04 2025 +1000 |
tree | c781163727bd59b3413bb8a7614f1f52788361f5 | |
parent | 71c2c79815fafe6d509ca1a76bc67d6041aaa37b [diff] |
linux-user/s390x: Expand target_elf_gregset_t Make use of the fact that target_elf_gregset_t is a proper structure. This lets us drop the ugly cast to uint32_t* in the middle. Drop ELF_NREG, target_elf_greg_t, and tswapreg. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>