Quick one line change fixes a hang after failing to run an *.elf file and stopping the emulator via the Stop button.

This commit is contained in:
Anthony Miyaguchi 2014-03-27 18:57:28 -07:00
parent 64145d7d62
commit 544bacf54e

View File

@ -30,7 +30,7 @@ CPUThread::~CPUThread()
void CPUThread::Close()
{
ThreadBase::Stop();
ThreadBase::Stop(m_sync_wait);
DoStop();
delete m_dec;