mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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++;
|
||||
|
||||
CpuSimulate = TRUE;
|
||||
VdmRunning = CpuSimulate = TRUE;
|
||||
while (VdmRunning && CpuSimulate) ClockUpdate();
|
||||
|
||||
CpuCallLevel--;
|
||||
|
|
Loading…
Reference in a new issue