mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
YulRunner: Add support for memoryguard() and literal parameters
This commit is contained in:
@@ -475,6 +475,8 @@ u256 EVMInstructionInterpreter::evalBuiltin(
|
||||
);
|
||||
return 0;
|
||||
}
|
||||
else if (fun == "memoryguard")
|
||||
return _evaluatedArguments.at(0);
|
||||
else
|
||||
yulAssert(false, "Unknown builtin: " + fun);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user