i notice that the decoding of sigaltstack's struct stack_t is wrong on arm64 for a 32-bit process. looking at print_stack_t in strace, i don't understand how this works for x86/x86_64 --- the first field is a void*. so i'm a bit confused about how i should go about fixing this for arm/arm64. anyone have a clue to spare? --elliott