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