summaryrefslogtreecommitdiff
path: root/arch/arm64/il.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/il.h')
-rw-r--r--arch/arm64/il.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/il.h b/arch/arm64/il.h
index 4ce5904c..e345e395 100644
--- a/arch/arm64/il.h
+++ b/arch/arm64/il.h
@@ -101,7 +101,7 @@ enum Arm64FakeRegister : uint32_t
};
bool GetLowLevelILForInstruction(BinaryNinja::Architecture* arch, uint64_t addr,
- BinaryNinja::LowLevelILFunction& il, Instruction& instr, size_t addrSize, bool alignmentRequired);
+ BinaryNinja::LowLevelILFunction& il, Instruction& instr, size_t addrSize, bool alignmentRequired, std::function<bool()> preferIntrinsics);
BinaryNinja::ExprId ExtractRegister(BinaryNinja::LowLevelILFunction& il,
InstructionOperand& operand, size_t regNum, size_t extractSize, bool signExtend,