mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Fix broken MMPTE_LIST structure definition.
svn path=/trunk/; revision=35791
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user