mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTVDM]
Set VdmRunning to TRUE in EmulatorSimulate. svn path=/branches/ntvdm/; revision=63109
This commit is contained in:
@@ -203,7 +203,7 @@ VOID EmulatorSimulate(VOID)
|
||||
}
|
||||
CpuCallLevel++;
|
||||
|
||||
CpuSimulate = TRUE;
|
||||
VdmRunning = CpuSimulate = TRUE;
|
||||
while (VdmRunning && CpuSimulate) ClockUpdate();
|
||||
|
||||
CpuCallLevel--;
|
||||
|
||||
Reference in New Issue
Block a user