Cezary Kupaj 518105471e
Fix SIGSEGV handler for AArch64 Darwin targets
* ucontext_t ptr is 8-byte aligned instead of 16-byte aligned which @alignCast() expects
* Retrieve pc address from ucontext_t since unwind_state is null
* Work around __mcontext_data being written incorrectly by the kernel
2025-05-14 05:38:38 +02:00
..
2025-04-04 06:08:09 +02:00
2025-04-04 06:08:09 +02:00
2025-02-25 11:22:33 -08:00
2025-04-26 13:34:16 +10:00