Browse Source

Merge remote-tracking branch 'upstream/develop' into randomStateTests

cl-refactor
CJentzsch 10 years ago
parent
commit
cb7188290e
  1. 2
      libevmcore/Assembly.h

2
libevmcore/Assembly.h

@ -71,7 +71,7 @@ private:
AssemblyItemType m_type;
u256 m_data;
SourceLocation m_location;
JumpType m_jumpType;
JumpType m_jumpType = JumpType::Ordinary;
};
using AssemblyItems = std::vector<AssemblyItem>;

Loading…
Cancel
Save