mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Fix broken MMPTE_LIST structure definition.
svn path=/trunk/; revision=35791
This commit is contained in:
parent
c4ec9d697b
commit
fc5403e611
1 changed files with 1 additions and 1 deletions
|
@ -115,9 +115,9 @@ typedef struct _MMPTE_LIST
|
|||
ULONG Valid:1;
|
||||
ULONG OneEntry:1;
|
||||
ULONG filler0:8;
|
||||
ULONG NextEntry:20;
|
||||
ULONG Prototype:1;
|
||||
ULONG filler1:1;
|
||||
ULONG NextEntry:20;
|
||||
} MMPTE_LIST;
|
||||
|
||||
#ifndef CONFIG_SMP
|
||||
|
|
Loading…
Reference in a new issue