mirror of
https://git.musl-libc.org/git/musl
synced 2025-03-29 14:02:55 +03:00

using the actual mcontext_t definition rather than an overlaid pointer array both improves correctness/readability and eliminates some ugly hacks for archs with 64-bit registers bit 32-bit program counter. also fix UB due to comparison of pointers not in a common array object.