mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Compilation fix
This commit is contained in:
parent
79d03ece66
commit
1a5d5c96ed
4 changed files with 4 additions and 4 deletions
|
@ -115,7 +115,7 @@ void CPUThread::SetEntry(const u32 pc)
|
|||
entry = pc;
|
||||
}
|
||||
|
||||
void CPUThread::NextPc(u8 instr_size)
|
||||
void CPUThread::NextPc(u32 instr_size)
|
||||
{
|
||||
if(m_is_branch)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue