Compilation fix

This commit is contained in:
Nekotekina 2015-01-22 00:39:25 +03:00
parent 79d03ece66
commit 1a5d5c96ed
4 changed files with 4 additions and 4 deletions

View file

@ -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)
{