Fixed small error.
This commit is contained in:
@@ -8,7 +8,7 @@ PPCThread* GetCurrentPPCThread()
|
||||
}
|
||||
|
||||
PPCThread::PPCThread(PPCThreadType type)
|
||||
: ThreadBase(false, "PPCThread")
|
||||
: ThreadBase(true, "PPCThread")
|
||||
, m_type(type)
|
||||
, DisAsmFrame(nullptr)
|
||||
, m_dec(nullptr)
|
||||
|
||||
Reference in New Issue
Block a user