diff options
| author | Galen Williamson <galen@vector35.com> | 2025-04-09 19:19:31 -0400 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2025-04-09 19:19:31 -0400 |
| commit | eeb7cf79184094cd78847a7ed568daf263e63c97 (patch) | |
| tree | 997c19791277ecf363bf117d6c986e6bca587159 /arch/arm64 | |
| parent | df59402724eeae685966eeab5ccaee4518abcbc2 (diff) | |
[aarch64] add lifting for B.AL instruction
Diffstat (limited to 'arch/arm64')
| -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: |
