Reset m_hStepEvent

This commit is contained in:
JimLee168 2013-04-21 00:41:17 +08:00
parent 4d81111f15
commit d389289b24

View File

@ -237,6 +237,7 @@ void Core_EnableStepping(bool step)
#if defined(_DEBUG)
host->SetDebugMode(true);
#endif
m_hStepEvent.reset();
Core_UpdateState(CORE_STEPPING);
}
else