diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-02-10 21:52:33 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-02-10 21:52:33 -0500 |
| commit | 8dc0e19037bd9b605ae1df87014b758025d87930 (patch) | |
| tree | 7752875aa933e7da6ba9cd411e000cf0005d849d /functiongraphblock.cpp | |
| parent | f8687791c32688a78b5e6667b2af9689816e41af (diff) | |
| parent | 3f08a3c209adba9de44f871e2a4cf358a71f59cd (diff) | |
Merge branch 'type_view' into dev
Diffstat (limited to 'functiongraphblock.cpp')
| -rw-r--r-- | functiongraphblock.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functiongraphblock.cpp b/functiongraphblock.cpp index 47261453..db69c25a 100644 --- a/functiongraphblock.cpp +++ b/functiongraphblock.cpp @@ -101,6 +101,8 @@ const vector<DisassemblyTextLine>& FunctionGraphBlock::GetLines() token.value = lines[i].tokens[j].value; token.size = lines[i].tokens[j].size; token.operand = lines[i].tokens[j].operand; + token.context = lines[i].tokens[j].context; + token.address = lines[i].tokens[j].address; line.tokens.push_back(token); } result.push_back(line); |
