Directly call timer done after perm loop, do not need to check the timer
This commit is contained in:
parent
ad757613b4
commit
a1832f6928
|
@ -376,7 +376,8 @@ void CCodeSection::GenerateSectionLinkage (void)
|
||||||
m_Jump.RegSet.WriteBackRegisters();
|
m_Jump.RegSet.WriteBackRegisters();
|
||||||
UpdateCounters(m_Jump.RegSet,false, true);
|
UpdateCounters(m_Jump.RegSet,false, true);
|
||||||
Call_Direct(InPermLoop,"InPermLoop");
|
Call_Direct(InPermLoop,"InPermLoop");
|
||||||
UpdateCounters(m_Jump.RegSet,true,true);
|
MoveConstToX86reg((DWORD)_SystemTimer,x86_ECX);
|
||||||
|
Call_Direct(AddressOf(&CSystemTimer::TimerDone),"CSystemTimer::TimerDone");
|
||||||
CPU_Message("CompileSystemCheck 3");
|
CPU_Message("CompileSystemCheck 3");
|
||||||
CompileSystemCheck(-1,m_Jump.RegSet);
|
CompileSystemCheck(-1,m_Jump.RegSet);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue