Browse Source

Minor fix.

cl-refactor
Gav Wood 10 years ago
parent
commit
03a9bc31fa
  1. 2
      libevmcore/Assembly.cpp

2
libevmcore/Assembly.cpp

@ -441,7 +441,7 @@ Assembly& Assembly::optimise(bool _enable)
if (i.type() == PushTag)
tags.erase(i.data());
if (tags.empty())
if (!tags.empty())
{
auto t = *tags.begin();
unsigned i = t.second;

Loading…
Cancel
Save