Author: fireball Date: Sat Aug 30 02:57:06 2008 New Revision: 35791
URL: http://svn.reactos.org/svn/reactos?rev=35791&view=rev Log: - Fix broken MMPTE_LIST structure definition.
Modified: trunk/reactos/include/ndk/i386/mmtypes.h
Modified: trunk/reactos/include/ndk/i386/mmtypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/i386/mmtypes.h?... ============================================================================== --- trunk/reactos/include/ndk/i386/mmtypes.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/i386/mmtypes.h [iso-8859-1] Sat Aug 30 02:57:06 2008 @@ -115,9 +115,9 @@ 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