summaryrefslogtreecommitdiff
path: root/lowlevelilinstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lowlevelilinstruction.h')
-rw-r--r--lowlevelilinstruction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lowlevelilinstruction.h b/lowlevelilinstruction.h
index b4c863b0..0fcc36eb 100644
--- a/lowlevelilinstruction.h
+++ b/lowlevelilinstruction.h
@@ -619,7 +619,8 @@ namespace BinaryNinja
void UpdateRawOperandAsSSARegisterOrFlagList(size_t operandIndex, const std::vector<SSARegisterOrFlag>& outputs);
RegisterValue GetValue() const;
- PossibleValueSet GetPossibleValues() const;
+ PossibleValueSet GetPossibleValues(const std::set<BNDataFlowQueryOption>& options =
+ std::set<BNDataFlowQueryOption>()) const;
RegisterValue GetRegisterValue(uint32_t reg);
RegisterValue GetRegisterValueAfter(uint32_t reg);