summaryrefslogtreecommitdiff
path: root/arch/arm64/il.cpp
diff options
context:
space:
mode:
authorGalen Williamson <galen@vector35.com>2025-04-08 20:16:31 -0400
committerGalen Williamson <galen@vector35.com>2025-04-08 20:16:31 -0400
commit39b27a99522a2a1856b572d2b1729d38e8e65a3d (patch)
tree92ed79c8996341b6ca6a8f631636b80f28f7cff9 /arch/arm64/il.cpp
parent9f713587c5a9ef40bd09cc917773c8b54f5fefcc (diff)
[aarch64] remove "unknown hint" warning
Diffstat (limited to 'arch/arm64/il.cpp')
-rw-r--r--arch/arm64/il.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/il.cpp b/arch/arm64/il.cpp
index 69fe2b2e..a8b607eb 100644
--- a/arch/arm64/il.cpp
+++ b/arch/arm64/il.cpp
@@ -3776,8 +3776,6 @@ bool GetLowLevelILForInstruction(
case ARM64_HINT:
if ((IMM_O(operand1) & ~0b110) == 0b100000)
il.AddInstruction(il.Intrinsic({}, ARM64_INTRIN_HINT_BTI, {}));
- else
- LogWarn("unknown hint operand: 0x%" PRIx64 "\n", IMM_O(operand1));
break;
case ARM64_HLT:
il.AddInstruction(il.Trap(IMM_O(operand1)));