mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:05:44 +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 */
|
/* Clear the top 16 bits */
|
||||||
ModRegRm->MemoryAddress &= 0xFFFF0000;
|
ModRegRm->MemoryAddress &= 0x0000FFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue