summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/il.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/il.cpp b/arch/arm64/il.cpp
index 8ab06a06..977b57d5 100644
--- a/arch/arm64/il.cpp
+++ b/arch/arm64/il.cpp
@@ -2015,6 +2015,7 @@ bool GetLowLevelILForInstruction(
break;
case ARM64_LDXRH:
il.AddInstruction(il.Intrinsic({ RegisterOrFlag::Register(REG_O(operand1)) }, ARM64_INTRIN_LDXRH, { ILREG_O(operand2) }));
+ break;
// We don't have a way to specify intrinsic register size, so we explicitly embed the size in the intrinsic name.
case ARM64_LDAXR:
il.AddInstruction(il.Intrinsic({ RegisterOrFlag::Register(REG_O(operand1)) }, ARM64_INTRIN_LDAXR, { ILREG_O(operand2) }));