From 31aa57e65b5c1ef575bbe5d7da57c70446c11ccd Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 19 2016 02:36:26 +0000 Subject: nt64: properly pad struct mcontext_t. --- diff --git a/arch/nt64/bits/signal.h b/arch/nt64/bits/signal.h index a531b80..d36ef0e 100644 --- a/arch/nt64/bits/signal.h +++ b/arch/nt64/bits/signal.h @@ -102,6 +102,7 @@ typedef struct { unsigned long uc_last_branch_from_rip; /* 0x4b8 */ unsigned long uc_last_exception_to_rip; /* 0x4c0 */ unsigned long uc_last_exception_from_rip; /* 0x4c8 */ + unsigned long uc_reserved[6]; /* 0x4d0 */ } mcontext_t; struct sigaltstack {