mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Use Push instead of AddCpy in CallStackBranch.
This commit is contained in:
parent
c57d3af8dd
commit
a7bc2034d0
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