mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Add missing check.
This commit is contained in:
parent
938ee6bc06
commit
71e2a2f202
1 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,11 @@ void CVuExecutor::PartitionFunction(uint32 startAddress)
|
|||
endAddress = address + 0xC;
|
||||
break;
|
||||
}
|
||||
else if(upperOp & (VUShared::VU_UPPEROP_BIT_D | VUShared::VU_UPPEROP_BIT_T))
|
||||
{
|
||||
endAddress = address + 0x04;
|
||||
break;
|
||||
}
|
||||
else if(branchType == MIPS_BRANCH_NORMAL)
|
||||
{
|
||||
branchAddress = m_context.m_pArch->GetInstructionEffectiveAddress(&m_context, addrLo, lowerOp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue