Skip to content
Permalink
Browse files
Merge pull request #8470 from BreadFish64/patch-2
Fix typo in comment
  • Loading branch information
JosJuice committed Nov 11, 2019
2 parents 575f5a0 + 0334dde commit c23da15
Showing 1 changed file with 1 addition and 1 deletion.
@@ -958,7 +958,7 @@ void ARM64XEmitter::SetJumpTarget(FixupBranch const& branch)
(MaskImm14(distance) << 5) | reg;
}
break;
case 5: // B (uncoditional)
case 5: // B (unconditional)
ASSERT_MSG(DYNA_REC, IsInRangeImm26(distance), "%s(%d): Received too large distance: %" PRIx64,
__func__, branch.type, distance);
inst = (0x5 << 26) | MaskImm26(distance);

0 comments on commit c23da15

Please sign in to comment.