[SOFT386]

Fix struct/union mixup.


svn path=/branches/ntvdm/; revision=60186
This commit is contained in:
Aleksandar Andrejevic 2013-09-17 20:57:35 +00:00
parent 1baee6b6b5
commit 593f4baf1a

View file

@ -41,9 +41,9 @@ typedef struct _SOFT386_MOD_REG_RM
#pragma pack(push, 1)
typedef struct _SOFT386_PAGE_DIR
typedef union _SOFT386_PAGE_DIR
{
union
struct
{
ULONG Present : 1;
ULONG Writeable : 1;