We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f71358 commit 39b27a9Copy full SHA for 39b27a9
arch/arm64/il.cpp
@@ -3776,8 +3776,6 @@ bool GetLowLevelILForInstruction(
3776
case ARM64_HINT:
3777
if ((IMM_O(operand1) & ~0b110) == 0b100000)
3778
il.AddInstruction(il.Intrinsic({}, ARM64_INTRIN_HINT_BTI, {}));
3779
- else
3780
- LogWarn("unknown hint operand: 0x%" PRIx64 "\n", IMM_O(operand1));
3781
break;
3782
case ARM64_HLT:
3783
il.AddInstruction(il.Trap(IMM_O(operand1)));
0 commit comments