mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Merge pull request #121 from lioncash/stack
Use Push instead of AddCpy in CallStackBranch.
This commit is contained in:
commit
457455b71d
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ public:
|
|||
new_item.branch_pc = pc;
|
||||
new_item.pc = PC;
|
||||
|
||||
m_call_stack.AddCpy(new_item);
|
||||
m_call_stack.Push(new_item);
|
||||
}
|
||||
|
||||
virtual u64 CallStackGetNextPC(u64 pc)
|
||||
|
|
Loading…
Add table
Reference in a new issue