Skip to content

Commit

Permalink
Fix scale
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Warrick committed May 27, 2020
1 parent 9124eaf commit 15f97c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GtirbModuleDisassembler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ struct SymbolMinusSymbol
{
assert(tuple.size() == 5);

tuple >> EA >> Size >> Symbol1 >> Symbol2;
tuple >> EA >> Size >> Symbol1 >> Symbol2 >> Scale;
};

gtirb::Addr EA{0};
Expand Down

0 comments on commit 15f97c8

Please sign in to comment.