From 46d3c2dd3d3101a3d9c0eba485cf4503c8a40890 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 16 Feb 2017 19:58:08 +0100 Subject: Print source location before items. --- libevmasm/Assembly.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libevmasm/Assembly.cpp b/libevmasm/Assembly.cpp index b7859c1f..f12e8aa8 100644 --- a/libevmasm/Assembly.cpp +++ b/libevmasm/Assembly.cpp @@ -130,8 +130,8 @@ public: if (!_item.location().isEmpty() && _item.location() != m_location) { flush(); - printLocation(); m_location = _item.location(); + printLocation(); } if (!( _item.canBeFunctional() && -- cgit v1.2.3