- Renamed ARM9 to ARMv7.

- Improved ELF32 loader.
This commit is contained in:
DH 2013-11-05 21:22:58 +02:00
parent 6b22e7d90a
commit b263c3ebaf
22 changed files with 149 additions and 144 deletions

View file

@ -44,9 +44,3 @@ void PPCThread::InitStack()
*/
}
void PPCThread::SetPc(const u64 pc)
{
PC = pc;
nPC = PC + 4;
}