mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[NTVDM]
Set VdmRunning to TRUE in EmulatorSimulate. svn path=/branches/ntvdm/; revision=63109
This commit is contained in:
parent
de02e868fc
commit
880d3c125f
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ VOID EmulatorSimulate(VOID)
|
||||||
}
|
}
|
||||||
CpuCallLevel++;
|
CpuCallLevel++;
|
||||||
|
|
||||||
CpuSimulate = TRUE;
|
VdmRunning = CpuSimulate = TRUE;
|
||||||
while (VdmRunning && CpuSimulate) ClockUpdate();
|
while (VdmRunning && CpuSimulate) ClockUpdate();
|
||||||
|
|
||||||
CpuCallLevel--;
|
CpuCallLevel--;
|
||||||
|
|
Loading…
Reference in a new issue