mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NDK] Define NX bit in X86PAE PTE struct
This commit is contained in:
parent
b10d92a16c
commit
6d957d6958
1 changed files with 2 additions and 1 deletions
|
@ -183,7 +183,8 @@ typedef struct _HARDWARE_PTE_X86
|
|||
ULONGLONG Prototype:1;
|
||||
ULONGLONG reserved0:1;
|
||||
ULONGLONG PageFrameNumber:26;
|
||||
ULONGLONG reserved1:26;
|
||||
ULONGLONG reserved1:25;
|
||||
ULONGLONG NoExecute:1;
|
||||
};
|
||||
struct
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue