Initial working version of rjumps.

This commit is contained in:
Daniel Kirchner
2023-01-05 13:06:14 +01:00
parent d4314bb874
commit 0ccc3e3762
14 changed files with 249 additions and 57 deletions
@@ -444,6 +444,9 @@ u256 EVMInstructionInterpreter::eval(
case Instruction::CALLF:
case Instruction::RETF:
case Instruction::JUMPF:
case Instruction::RJUMP:
case Instruction::RJUMPI:
case Instruction::RJUMPV:
{
yulAssert(false, "");
return 0;