mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[FAST486]
Fix a typo in r65061. svn path=/trunk/; revision=65062
This commit is contained in:
@@ -3973,7 +3973,7 @@ FAST486_OPCODE_HANDLER(Fast486OpcodeMovLoadSeg)
|
||||
return;
|
||||
}
|
||||
|
||||
if (Fast486LoadSegment(State, ModRegRm.Register, Selector))
|
||||
if (!Fast486LoadSegment(State, ModRegRm.Register, Selector))
|
||||
{
|
||||
/* Exception occurred */
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user