mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[SOFT386]
Fix previous fix. svn path=/branches/ntvdm/; revision=60466
This commit is contained in:
@@ -649,7 +649,7 @@ Soft386ParseModRegRm(PSOFT386_STATE State,
|
||||
}
|
||||
|
||||
/* Clear the top 16 bits */
|
||||
ModRegRm->MemoryAddress &= 0xFFFF0000;
|
||||
ModRegRm->MemoryAddress &= 0x0000FFFF;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user