[SOFT386]

Fix previous fix.


svn path=/branches/ntvdm/; revision=60466
This commit is contained in:
Aleksandar Andrejevic 2013-09-30 02:28:17 +00:00
parent 462be21fd0
commit 6bde6a89b7

View file

@ -649,7 +649,7 @@ Soft386ParseModRegRm(PSOFT386_STATE State,
}
/* Clear the top 16 bits */
ModRegRm->MemoryAddress &= 0xFFFF0000;
ModRegRm->MemoryAddress &= 0x0000FFFF;
}
return TRUE;