Add instructions for "evm384"

This commit is contained in:
Alex Beregszaszi
2020-05-15 13:47:51 +01:00
parent 0bbfe45376
commit df4c02fb02
3 changed files with 15 additions and 0 deletions
@@ -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;