Skip to content

Commit 39b27a9

Browse files
committed
[aarch64] remove "unknown hint" warning
1 parent 9f71358 commit 39b27a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm64/il.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3776,8 +3776,6 @@ bool GetLowLevelILForInstruction(
37763776
case ARM64_HINT:
37773777
if ((IMM_O(operand1) & ~0b110) == 0b100000)
37783778
il.AddInstruction(il.Intrinsic({}, ARM64_INTRIN_HINT_BTI, {}));
3779-
else
3780-
LogWarn("unknown hint operand: 0x%" PRIx64 "\n", IMM_O(operand1));
37813779
break;
37823780
case ARM64_HLT:
37833781
il.AddInstruction(il.Trap(IMM_O(operand1)));

0 commit comments

Comments
 (0)