mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Initial working version of rjumps.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user