sceLibc: memcpy, stack arguments

This commit is contained in:
Nekotekina 2014-11-06 18:29:14 +03:00
parent af0ab4e8ad
commit 8ad141de6f
6 changed files with 187 additions and 17 deletions

View file

@ -32,9 +32,9 @@ void ARMv7Thread::InitStack()
}
}
void ARMv7Thread::SetArg(const uint pos, const u64 arg)
u32 ARMv7Thread::GetStackArg(u32 pos)
{
assert(0);
return vm::psv::read32(SP + sizeof(u32) * (pos - 5));
}
std::string ARMv7Thread::RegsToString()