aarch64: fix freestanding structure layout when building with clang

master
Ariadne Conill 2021-01-08 11:19:01 +00:00
parent 5546fde1e5
commit b1902729f7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ typedef struct libucontext_ucontext {
unsigned long uc_flags;
struct libucontext_ucontext *uc_link;
libucontext_stack_t uc_stack;
unsigned char __pad[128];
unsigned char __pad[136];
libucontext_mcontext_t uc_mcontext;
} libucontext_ucontext_t;