[XDK] Silence some GCC x64 warnings

This commit is contained in:
Timo Kreuzer 2022-08-24 13:10:02 +02:00
parent 06f1ac5fa4
commit 081c637c06

View file

@ -272,8 +272,8 @@ typedef struct DECLSPEC_ALIGN(16) _CONTEXT {
M128A Xmm13;
M128A Xmm14;
M128A Xmm15;
} DUMMYSTRUCTNAME;
} DUMMYUNIONNAME;
} DUMMYSTRUCTNAME DECLSPEC_ALIGN(16);
} DUMMYUNIONNAME DECLSPEC_ALIGN(16);
M128A VectorRegister[26];
ULONG64 VectorControl;
ULONG64 DebugControl;