JosJuice 2f407fc854 JitArm64: Don't use farcode for conditional branch instructions
The point of farcode is to provide a separate location for code that
rarely runs, so that it doesn't pollute the icache. Taking a conditional
branch is something that happens very often, so the code for that
shouldn't be in farcode.
2023-11-25 16:40:35 +01:00
..
2023-11-03 16:15:04 +01:00
2023-04-29 16:10:38 -05:00
2023-10-02 17:28:23 -04:00