summaryrefslogtreecommitdiff
path: root/highlevelil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'highlevelil.cpp')
-rw-r--r--highlevelil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/highlevelil.cpp b/highlevelil.cpp
index 698b6119..89cf645f 100644
--- a/highlevelil.cpp
+++ b/highlevelil.cpp
@@ -717,7 +717,7 @@ void HighLevelILTokenEmitter::EndForceZeroConfidence()
HighLevelILTokenEmitter::CurrentExprGuard HighLevelILTokenEmitter::SetCurrentExpr(const HighLevelILInstruction& expr)
{
- return CurrentExprGuard(*this, {expr.address, expr.sourceOperand, expr.exprIndex, expr.instructionIndex});
+ return CurrentExprGuard(*this, {expr.address, expr.sourceOperand, expr.exprIndex, expr.GetInstructionIndex()});
}