Skip to content

AArch64: Fix broken conditional jumps for offsets >= 1MB

Andreas Klebinger requested to merge wip/andreask/arm_farjump into master
AArch64: Fix broken conditional jumps for offsets >= 1MB

Rewrite conditional jump instructions with offsets >= 1MB to use unconditional jumps
to avoid overflowing the immediate.

Fixes #23746

We used to just fail with an error by the assembler in these cases.

Merge request reports