From 39b27a99522a2a1856b572d2b1729d38e8e65a3d Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Tue, 8 Apr 2025 20:16:31 -0400 Subject: [aarch64] remove "unknown hint" warning --- arch/arm64/il.cpp | 2 -- 1 file changed, 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))); -- cgit v1.3.1