blob: 4a2ede8b79b01c0dcca882a79f7f0f8792c89fa0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libevmasm/Assembly.cpp.orig 2025-05-07 10:46:47 UTC
+++ libevmasm/Assembly.cpp
@@ -55,6 +55,8 @@ std::map<std::string, std::shared_ptr<std::string cons
std::map<std::string, std::shared_ptr<std::string const>> Assembly::s_sharedSourceNames;
+#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.");
|