Initial still broken version.

This commit is contained in:
Daniel Kirchner
2023-01-05 13:06:13 +01:00
parent 40460279b2
commit 41c9ff8985
39 changed files with 398 additions and 66 deletions
@@ -441,6 +441,9 @@ u256 EVMInstructionInterpreter::eval(
case Instruction::SWAP14:
case Instruction::SWAP15:
case Instruction::SWAP16:
case Instruction::CALLF:
case Instruction::RETF:
case Instruction::JUMPF:
{
yulAssert(false, "");
return 0;