mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[SOFT386]
Fix hypothetical bug. svn path=/branches/ntvdm/; revision=60187
This commit is contained in:
@@ -159,12 +159,15 @@ VOID
|
||||
|
||||
typedef union _SOFT386_REG
|
||||
{
|
||||
struct
|
||||
union
|
||||
{
|
||||
UCHAR LowByte;
|
||||
UCHAR HighByte;
|
||||
struct
|
||||
{
|
||||
UCHAR LowByte;
|
||||
UCHAR HighByte;
|
||||
};
|
||||
USHORT LowWord;
|
||||
};
|
||||
USHORT LowWord;
|
||||
ULONG Long;
|
||||
} SOFT386_REG, *PSOFT386_REG;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user