void CPUThread::Reset() { CloseStack(); SetPc(0); cycle = 0; m_is_branch = false; m_status = Stopped; m_error = 0; DoReset(); }
void PPCThread::Reset() { CloseStack(); SetPc(0); cycle = 0; isBranch = false; m_status = Stopped; m_error = 0; DoReset(); }
void CPUThread::Reset() { CloseStack(); m_sync_wait = 0; m_wait_thread_id = -1; SetPc(0); cycle = 0; m_is_branch = false; m_status = Stopped; m_error = 0; DoReset(); }