Author: hbelusca Date: Tue Sep 17 21:27:29 2013 New Revision: 60188
URL: http://svn.reactos.org/svn/reactos?rev=60188&view=rev Log: Add a fictitious (commented) field to help the reader to know that indeed, the high bits are indeed reserved.
Modified: branches/ntvdm/include/reactos/libs/soft386/soft386.h
Modified: branches/ntvdm/include/reactos/libs/soft386/soft386.h URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/include/reactos/libs/soft3... ============================================================================== --- branches/ntvdm/include/reactos/libs/soft386/soft386.h [iso-8859-1] (original) +++ branches/ntvdm/include/reactos/libs/soft386/soft386.h [iso-8859-1] Tue Sep 17 21:27:29 2013 @@ -168,7 +168,7 @@ }; USHORT LowWord; }; - ULONG Long; + ULONG Long; } SOFT386_REG, *PSOFT386_REG;
typedef struct _SOFT386_SEG_REG @@ -251,6 +251,8 @@ ULONG Vif : 1; ULONG Vip : 1; ULONG Id : 1; + + // ULONG Reserved : 10; }; } SOFT386_FLAGS_REG, *PSOFT386_FLAGS_REG;