From 880d3c125ffe75bed9fbd78ab7bc61692b55df5d Mon Sep 17 00:00:00 2001 From: Aleksandar Andrejevic Date: Fri, 2 May 2014 15:44:47 +0000 Subject: [PATCH] [NTVDM] Set VdmRunning to TRUE in EmulatorSimulate. svn path=/branches/ntvdm/; revision=63109 --- subsystems/ntvdm/emulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsystems/ntvdm/emulator.c b/subsystems/ntvdm/emulator.c index fe4bdfd4a13..6128d5d6ffc 100644 --- a/subsystems/ntvdm/emulator.c +++ b/subsystems/ntvdm/emulator.c @@ -203,7 +203,7 @@ VOID EmulatorSimulate(VOID) } CpuCallLevel++; - CpuSimulate = TRUE; + VdmRunning = CpuSimulate = TRUE; while (VdmRunning && CpuSimulate) ClockUpdate(); CpuCallLevel--; -- 2.17.1