mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
[ASM:X64] Remove XSAVE_ALIGN variable (as already done on x86)
This commit is contained in:
parent
39545c3385
commit
3187e2a00b
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ OFFSET(XctxArea, XSTATE_CONTEXT, Area),
|
||||||
HEADER("XSAVE_AREA offsets"),
|
HEADER("XSAVE_AREA offsets"),
|
||||||
OFFSET(XsaHeader, XSAVE_AREA, Header),
|
OFFSET(XsaHeader, XSAVE_AREA, Header),
|
||||||
SIZE(XsaHeaderLength, XSAVE_AREA_HEADER),
|
SIZE(XsaHeaderLength, XSAVE_AREA_HEADER),
|
||||||
CONSTANTX(XSAVE_ALIGN, _alignof(XSAVE_AREA)),
|
//CONSTANTX(XSAVE_ALIGN, _alignof(XSAVE_AREA)),
|
||||||
|
|
||||||
//CONSTANT(CFlushSize),
|
//CONSTANT(CFlushSize),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue