Fixed small error.

This commit is contained in:
DH 2013-10-06 18:41:19 +03:00
parent 64cd9746b8
commit 5874a5683e

View file

@ -8,7 +8,7 @@ PPCThread* GetCurrentPPCThread()
} }
PPCThread::PPCThread(PPCThreadType type) PPCThread::PPCThread(PPCThreadType type)
: ThreadBase(false, "PPCThread") : ThreadBase(true, "PPCThread")
, m_type(type) , m_type(type)
, DisAsmFrame(nullptr) , DisAsmFrame(nullptr)
, m_dec(nullptr) , m_dec(nullptr)