mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 14:43:35 +00:00
[NDK/x64] Remove #pragma pack(push,4) around KPRCB/KPCR
This commit is contained in:
parent
bb444b93d9
commit
fc6e23d6b8
1 changed files with 1 additions and 3 deletions
|
@ -621,7 +621,6 @@ typedef struct _REQUEST_MAILBOX
|
|||
//
|
||||
// Processor Region Control Block
|
||||
//
|
||||
#pragma pack(push,4)
|
||||
typedef struct _KPRCB
|
||||
{
|
||||
ULONG MxCsr;
|
||||
|
@ -965,7 +964,6 @@ typedef struct _KIPCR
|
|||
ULONG ContextSwitches;
|
||||
|
||||
} KIPCR, *PKIPCR;
|
||||
#pragma pack(pop)
|
||||
|
||||
//
|
||||
// TSS Definition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue