aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-02-24 17:39:55 +0800
committerGitHub <noreply@github.com>2017-02-24 17:39:55 +0800
commit92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6 (patch)
tree4f5d35f34c7598e0640576376d9e4544378ed0f8 /libevmasm
parentdcc16c81e26f31141ae766096873b5fd7741cdf5 (diff)
parentbec3c6fab6bf02aea5664be4423f45e98db22e8e (diff)
downloaddexon-solidity-92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6.tar
dexon-solidity-92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6.tar.gz
dexon-solidity-92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6.tar.bz2
dexon-solidity-92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6.tar.lz
dexon-solidity-92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6.tar.xz
dexon-solidity-92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6.tar.zst
dexon-solidity-92bf5154fdcf0dfee40bfb5795729a4a9fa71dd6.zip
Merge branch 'develop' into fixNoMobile
Diffstat (limited to 'libevmasm')
-rw-r--r--libevmasm/Assembly.cpp2
1 files changed, 1 insertions, 1 deletions
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() &&