André Hentschel nerv@dawncrow.de writes:
EXCEPTION_RECORD is not correctly aligned and until bd1f7ef1868dd563a82eacd1bf414bf8d1a7254e, CONTEXT wasn't either, which ended up in a correctly aligned structure, but the mentioned commit changed that.
Signed-off-by: André Hentschel nerv@dawncrow.de
dlls/ntdll/signal_arm64.c | 1 + 1 file changed, 1 insertion(+)
You should probably handle that in the existing alignment computation instead.