blob: 7c125836bd3b03cf61054ebece00bb8eab363f5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libevmasm/SemanticInformation.cpp.orig 2023-07-19 09:24:46 UTC
+++ libevmasm/SemanticInformation.cpp
@@ -28,6 +28,8 @@
using namespace solidity;
using namespace solidity::evmasm;
+#undef MSIZE // remove MSIZE definition from <sys/params.h>, included by boost 1.66.0
+
std::vector<SemanticInformation::Operation> SemanticInformation::readWriteOperations(Instruction _instruction)
{
switch (_instruction)
|