mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +00:00
Add a fictitious (commented) field to help the reader to know that indeed, the high bits are indeed reserved.
svn path=/branches/ntvdm/; revision=60188
This commit is contained in:
parent
375bcfd674
commit
7588e8cb68
1 changed files with 3 additions and 1 deletions
|
@ -251,6 +251,8 @@ typedef union _SOFT386_FLAGS_REG
|
||||||
ULONG Vif : 1;
|
ULONG Vif : 1;
|
||||||
ULONG Vip : 1;
|
ULONG Vip : 1;
|
||||||
ULONG Id : 1;
|
ULONG Id : 1;
|
||||||
|
|
||||||
|
// ULONG Reserved : 10;
|
||||||
};
|
};
|
||||||
} SOFT386_FLAGS_REG, *PSOFT386_FLAGS_REG;
|
} SOFT386_FLAGS_REG, *PSOFT386_FLAGS_REG;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue