Some bugs fixed

ARMv7 partially restored
This commit is contained in:
Nekotekina 2014-12-01 01:04:47 +03:00
parent 1568930da6
commit 697b699873
8 changed files with 53 additions and 29 deletions

View file

@ -112,7 +112,7 @@ void ARMv7Thread::FastCall(u32 addr)
m_status = Running;
PC = addr;
LR = Emu.m_cpu_thr_stop;
LR = Emu.GetCPUThreadStop();
SetCurrentNamedThread(this);
CPUThread::Task();