ARMv7: bugfix, loader improved, scePerf

This commit is contained in:
Nekotekina 2015-02-02 00:12:40 +03:00
parent e5dd03dbcb
commit dab80497bb
7 changed files with 330 additions and 48 deletions

View file

@ -116,6 +116,7 @@ void ARMv7Thread::InitRegs()
context.ITSTATE.IT = 0;
context.SP = m_stack_addr + m_stack_size;
context.TLS = armv7_get_tls(GetId());
context.R_ADDR = 0;
}
void ARMv7Thread::InitStack()