ntdll: Add padding to the stack structure for quad-word alignment on ARM64

Alexandre Julliard julliard at winehq.org
Mon Jul 24 04:41:22 CDT 2017


André Hentschel <nerv at 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 at dawncrow.de>
> ---
>  dlls/ntdll/signal_arm64.c | 1 +
>  1 file changed, 1 insertion(+)

You should probably handle that in the existing alignment computation
instead.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list