mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 22:29:47 -06:00
correct interlocked reg for umlal
This commit is contained in:
@ -882,7 +882,7 @@ void A_UMLAL(ARM* cpu)
|
||||
!res);
|
||||
if (cpu->Num==1) cpu->SetC(0);
|
||||
}
|
||||
else cpu->SetCycles_L((cpu->CurInstr >> 12) & 0xF, 1, cpu->ILT_Mul); // interlock cycles do not occur with S variants of multiply instructions
|
||||
else cpu->SetCycles_L((cpu->CurInstr >> 16) & 0xF, 1, cpu->ILT_Mul); // interlock cycles do not occur with S variants of multiply instructions
|
||||
}
|
||||
|
||||
void A_SMULL(ARM* cpu)
|
||||
|
Reference in New Issue
Block a user