Little fix
This commit is contained in:
@@ -341,7 +341,7 @@ void CPUThread::Task()
|
|||||||
}
|
}
|
||||||
|
|
||||||
Step();
|
Step();
|
||||||
//if (PC - 0x13ED4 < 0x288) trace.push_back(PC);
|
trace.push_back(PC);
|
||||||
NextPc(m_dec->DecodeMemory(PC + m_offset));
|
NextPc(m_dec->DecodeMemory(PC + m_offset));
|
||||||
|
|
||||||
if (status == CPUThread_Step)
|
if (status == CPUThread_Step)
|
||||||
|
|||||||
Reference in New Issue
Block a user