mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
vm::cast in PPUInterpreter
This commit is contained in:
parent
4237043f38
commit
809ba66290
4 changed files with 159 additions and 723 deletions
|
@ -189,7 +189,7 @@ int FPRdouble::Cmp(PPCdouble a, PPCdouble b)
|
|||
|
||||
u64 PPUThread::GetStackArg(s32 i)
|
||||
{
|
||||
return vm::read64(GPR[1] + 0x70 + 0x8 * (i - 9));
|
||||
return vm::read64(vm::cast(GPR[1] + 0x70 + 0x8 * (i - 9)));
|
||||
}
|
||||
|
||||
u64 PPUThread::FastCall2(u32 addr, u32 rtoc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue