diff options
Diffstat (limited to 'arch/arm64/il.cpp')
| -rw-r--r-- | arch/arm64/il.cpp | 2 |
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))); |
