https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3187e2a00bd95186db8f682637a703c226b3842b
commit 3187e2a00bd95186db8f682637a703c226b3842b Author: Hervé Poussineau <[email protected]> AuthorDate: Tue Dec 29 19:10:30 2020 +0100 Commit: Hervé Poussineau <[email protected]> CommitDate: Tue Jan 5 14:19:45 2021 +0100 [ASM:X64] Remove XSAVE_ALIGN variable (as already done on x86) --- sdk/include/asm/ksamd64.template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/include/asm/ksamd64.template.h b/sdk/include/asm/ksamd64.template.h index 8b3b82ff850..41f7e7e4e16 100644 --- a/sdk/include/asm/ksamd64.template.h +++ b/sdk/include/asm/ksamd64.template.h @@ -854,7 +854,7 @@ OFFSET(XctxArea, XSTATE_CONTEXT, Area), HEADER("XSAVE_AREA offsets"), OFFSET(XsaHeader, XSAVE_AREA, Header), SIZE(XsaHeaderLength, XSAVE_AREA_HEADER), -CONSTANTX(XSAVE_ALIGN, _alignof(XSAVE_AREA)), +//CONSTANTX(XSAVE_ALIGN, _alignof(XSAVE_AREA)), //CONSTANT(CFlushSize),
