Set VdmRunning to TRUE in EmulatorSimulate.


svn path=/branches/ntvdm/; revision=63109
This commit is contained in:
Aleksandar Andrejevic 2014-05-02 15:44:47 +00:00
parent de02e868fc
commit 880d3c125f

View file

@ -203,7 +203,7 @@ VOID EmulatorSimulate(VOID)
}
CpuCallLevel++;
CpuSimulate = TRUE;
VdmRunning = CpuSimulate = TRUE;
while (VdmRunning && CpuSimulate) ClockUpdate();
CpuCallLevel--;