mirror of
https://github.com/fluencelabs/musl
synced 2025-05-28 23:21:34 +00: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.