[NDK/x64] Remove #pragma pack(push,4) around KPRCB/KPCR

This commit is contained in:
Timo Kreuzer 2024-03-14 21:06:30 +02:00
parent bb444b93d9
commit fc6e23d6b8

View file

@ -621,7 +621,6 @@ typedef struct _REQUEST_MAILBOX
// //
// Processor Region Control Block // Processor Region Control Block
// //
#pragma pack(push,4)
typedef struct _KPRCB typedef struct _KPRCB
{ {
ULONG MxCsr; ULONG MxCsr;
@ -965,7 +964,6 @@ typedef struct _KIPCR
ULONG ContextSwitches; ULONG ContextSwitches;
} KIPCR, *PKIPCR; } KIPCR, *PKIPCR;
#pragma pack(pop)
// //
// TSS Definition // TSS Definition