Skip to content

Commit

Permalink
Print source location before items.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Feb 24, 2017
1 parent 0177d96 commit 46d3c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libevmasm/Assembly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ class Functionalizer
if (!_item.location().isEmpty() && _item.location() != m_location)
{
flush();
printLocation();
m_location = _item.location();
printLocation();
}
if (!(
_item.canBeFunctional() &&
Expand Down

0 comments on commit 46d3c2d

Please sign in to comment.