Add a fictitious (commented) field to help the reader to know that indeed, the high...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 17 Sep 2013 21:27:29 +0000 (21:27 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 17 Sep 2013 21:27:29 +0000 (21:27 +0000)
svn path=/branches/ntvdm/; revision=60188

include/reactos/libs/soft386/soft386.h

index 5d31870..7f359cd 100644 (file)
@@ -168,7 +168,7 @@ typedef union _SOFT386_REG
         };
         USHORT LowWord;
     };
-    ULONG  Long;
+    ULONG Long;
 } SOFT386_REG, *PSOFT386_REG;
 
 typedef struct _SOFT386_SEG_REG
@@ -251,6 +251,8 @@ typedef union _SOFT386_FLAGS_REG
         ULONG Vif : 1;
         ULONG Vip : 1;
         ULONG Id : 1;
+
+        // ULONG Reserved : 10;
     };
 } SOFT386_FLAGS_REG, *PSOFT386_FLAGS_REG;