diff options
| -rw-r--r-- | arch/arm64/il.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/il.cpp b/arch/arm64/il.cpp index a8b607eb..31c7f094 100644 --- a/arch/arm64/il.cpp +++ b/arch/arm64/il.cpp @@ -1423,6 +1423,7 @@ bool GetLowLevelILForInstruction( il.AddInstruction(il.Intrinsic({}, ARM64_INTRIN_HINT_BTI, {})); break; case ARM64_B: + case ARM64_B_AL: il.AddInstruction(DirectJump(arch, il, IMM_O(operand1), addrSize)); break; case ARM64_B_NE: |
