mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
commit
c23da15a22
1 changed files with 1 additions and 1 deletions
|
@ -958,7 +958,7 @@ void ARM64XEmitter::SetJumpTarget(FixupBranch const& branch)
|
||||||
(MaskImm14(distance) << 5) | reg;
|
(MaskImm14(distance) << 5) | reg;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 5: // B (uncoditional)
|
case 5: // B (unconditional)
|
||||||
ASSERT_MSG(DYNA_REC, IsInRangeImm26(distance), "%s(%d): Received too large distance: %" PRIx64,
|
ASSERT_MSG(DYNA_REC, IsInRangeImm26(distance), "%s(%d): Received too large distance: %" PRIx64,
|
||||||
__func__, branch.type, distance);
|
__func__, branch.type, distance);
|
||||||
inst = (0x5 << 26) | MaskImm26(distance);
|
inst = (0x5 << 26) | MaskImm26(distance);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue