summaryrefslogtreecommitdiff
path: root/functiongraphblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'functiongraphblock.cpp')
-rw-r--r--functiongraphblock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/functiongraphblock.cpp b/functiongraphblock.cpp
index 06a35eee..469fb175 100644
--- a/functiongraphblock.cpp
+++ b/functiongraphblock.cpp
@@ -94,6 +94,7 @@ const vector<DisassemblyTextLine>& FunctionGraphBlock::GetLines()
{
DisassemblyTextLine line;
line.addr = lines[i].addr;
+ line.instrIndex = lines[i].instrIndex;
line.tokens.reserve(lines[i].count);
for (size_t j = 0; j < lines[i].count; j++)
{