mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12: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.branch_pc = pc;
|
||||||
new_item.pc = PC;
|
new_item.pc = PC;
|
||||||
|
|
||||||
m_call_stack.AddCpy(new_item);
|
m_call_stack.Push(new_item);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual u64 CallStackGetNextPC(u64 pc)
|
virtual u64 CallStackGetNextPC(u64 pc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue