diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-01-03 18:04:31 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-01-03 18:04:31 -0500 |
| commit | d9455e8b6319ccb766a3a9f274244a54d159e7f4 (patch) | |
| tree | 1dfe0f26200f41e72ea1bbe6333678ccf6b27a20 /functiongraphblock.cpp | |
| parent | 990cface5a0b9b814f423e45449a7d5f3cb6c19d (diff) | |
Tokenize types
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); |
