mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add instructions for "evm384"
This commit is contained in:
@@ -417,6 +417,9 @@ u256 EVMInstructionInterpreter::eval(
|
||||
case Instruction::RETURNSUB:
|
||||
case Instruction::PUTLOCAL:
|
||||
case Instruction::GETLOCAL:
|
||||
case Instruction::ADDMOD384:
|
||||
case Instruction::SUBMOD384:
|
||||
case Instruction::MULMODMONT384:
|
||||
{
|
||||
yulAssert(false, "");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user