Author: aandrejevic
Date: Fri May 2 15:44:47 2014
New Revision: 63109
URL:
http://svn.reactos.org/svn/reactos?rev=63109&view=rev
Log:
[NTVDM]
Set VdmRunning to TRUE in EmulatorSimulate.
Modified:
branches/ntvdm/subsystems/ntvdm/emulator.c
Modified: branches/ntvdm/subsystems/ntvdm/emulator.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/emulator…
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/emulator.c [iso-8859-1] (original)
+++ branches/ntvdm/subsystems/ntvdm/emulator.c [iso-8859-1] Fri May 2 15:44:47 2014
@@ -203,7 +203,7 @@
}
CpuCallLevel++;
- CpuSimulate = TRUE;
+ VdmRunning = CpuSimulate = TRUE;
while (VdmRunning && CpuSimulate) ClockUpdate();
CpuCallLevel--;