mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-04 21:39:54 +00:00
Use Push instead of AddCpy in CallStackBranch.
This commit is contained in:
parent
c57d3af8dd
commit
a7bc2034d0
@ -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…
x
Reference in New Issue
Block a user