mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
VM_CAST macro
This commit is contained in:
parent
8c00dcd02d
commit
721ad404d2
17 changed files with 259 additions and 257 deletions
|
|
@ -634,7 +634,7 @@ int FPRdouble::Cmp(PPCdouble a, PPCdouble b)
|
|||
|
||||
u64 PPUThread::GetStackArg(s32 i)
|
||||
{
|
||||
return vm::read64(vm::cast(GPR[1] + 0x70 + 0x8 * (i - 9)));
|
||||
return vm::read64(VM_CAST(GPR[1] + 0x70 + 0x8 * (i - 9)));
|
||||
}
|
||||
|
||||
void PPUThread::FastCall2(u32 addr, u32 rtoc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue