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:
@@ -30,7 +30,7 @@ CPUThread::~CPUThread()
|
|||||||
|
|
||||||
void CPUThread::Close()
|
void CPUThread::Close()
|
||||||
{
|
{
|
||||||
ThreadBase::Stop();
|
ThreadBase::Stop(m_sync_wait);
|
||||||
DoStop();
|
DoStop();
|
||||||
|
|
||||||
delete m_dec;
|
delete m_dec;
|
||||||
|
|||||||
Reference in New Issue
Block a user