diff --git a/suite/tests/tools.c b/suite/tests/tools.c index c5a8a312044..22008014564 100644 --- a/suite/tests/tools.c +++ b/suite/tests/tools.c @@ -509,7 +509,7 @@ dump_ucontext(ucontext_t *ucxt, bool is_sve, int vl_bytes) # ifdef MACOS assert(false); /* NYI */ # else - struct _aarch64_ctx *head = (struct _aarch64_ctx *)(ucxt->uc_mcontext64.__reserved); + struct _aarch64_ctx *head = (struct _aarch64_ctx *)(ucxt->uc_mcontext.RESERVED); assert(head->magic == FPSIMD_MAGIC); assert(head->size == sizeof(struct fpsimd_context));