[NTVDM]
[reactos.git] / subsystems / ntvdm / emulator.c
index fe4bdfd..6128d5d 100644 (file)
@@ -203,7 +203,7 @@ VOID EmulatorSimulate(VOID)
     }
     CpuCallLevel++;
 
-    CpuSimulate = TRUE;
+    VdmRunning = CpuSimulate = TRUE;
     while (VdmRunning && CpuSimulate) ClockUpdate();
 
     CpuCallLevel--;