summaryrefslogtreecommitdiff
path: root/lowlevelilinstruction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lowlevelilinstruction.cpp')
-rw-r--r--lowlevelilinstruction.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lowlevelilinstruction.cpp b/lowlevelilinstruction.cpp
index 18c9e769..f55d15f0 100644
--- a/lowlevelilinstruction.cpp
+++ b/lowlevelilinstruction.cpp
@@ -1613,9 +1613,9 @@ RegisterValue LowLevelILInstructionBase::GetValue() const
}
-PossibleValueSet LowLevelILInstructionBase::GetPossibleValues() const
+PossibleValueSet LowLevelILInstructionBase::GetPossibleValues(const set<BNDataFlowQueryOption>& options) const
{
- return function->GetPossibleExprValues(*(const LowLevelILInstruction*)this);
+ return function->GetPossibleExprValues(*(const LowLevelILInstruction*)this, options);
}