Files

12 lines
467 B
C++
Raw Permalink Normal View History

2025-05-08 18:22:18 +02:00
--- libevmasm/Assembly.cpp.orig 2025-05-07 10:46:47 UTC
2022-04-13 14:47:01 +02:00
+++ libevmasm/Assembly.cpp
2025-05-08 18:22:18 +02:00
@@ -55,6 +55,8 @@ std::map<std::string, std::shared_ptr<std::string cons
2024-05-23 13:30:34 +02:00
std::map<std::string, std::shared_ptr<std::string const>> Assembly::s_sharedSourceNames;
2022-04-13 14:47:01 +02:00
+#undef MSIZE // remove MSIZE definition from <sys/params.h>, included by boost 1.66.0
+
AssemblyItem const& Assembly::append(AssemblyItem _i)
{
assertThrow(m_deposit >= 0, AssemblyException, "Stack underflow.");