mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
VM_CAST macro
This commit is contained in:
parent
8c00dcd02d
commit
721ad404d2
17 changed files with 259 additions and 257 deletions
|
@ -609,7 +609,7 @@ namespace vm
|
|||
{
|
||||
PPUThread& context = static_cast<PPUThread&>(CPU);
|
||||
|
||||
old_pos = vm::cast(context.GPR[1], "SP");
|
||||
old_pos = VM_CAST(context.GPR[1]);
|
||||
context.GPR[1] -= align(size, 8); // room minimal possible size
|
||||
context.GPR[1] &= ~(align_v - 1); // fix stack alignment
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue