mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:32:59 +00:00
[SOFT386]
Fix previous fix. svn path=/branches/ntvdm/; revision=60466
This commit is contained in:
parent
462be21fd0
commit
6bde6a89b7
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ Soft386ParseModRegRm(PSOFT386_STATE State,
|
|||
}
|
||||
|
||||
/* Clear the top 16 bits */
|
||||
ModRegRm->MemoryAddress &= 0xFFFF0000;
|
||||
ModRegRm->MemoryAddress &= 0x0000FFFF;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue