mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add out parameter to evm384 opcodes
This commit is contained in:
parent
ab26398a7e
commit
9600aa12b1
@ -315,9 +315,9 @@ static std::map<Instruction, InstructionInfo> const c_instructionInfo =
|
||||
{ Instruction::LOG3, { "LOG3", 0, 5, 0, true, Tier::Special } },
|
||||
{ Instruction::LOG4, { "LOG4", 0, 6, 0, true, Tier::Special } },
|
||||
|
||||
{ Instruction::ADDMOD384, { "ADDMOD384", 0, 3, 0, true, Tier::Low } },
|
||||
{ Instruction::SUBMOD384, { "SUBMOD384", 0, 3, 0, true, Tier::Low } },
|
||||
{ Instruction::MULMODMONT384, { "MULMODMONT384", 0, 4, 0, true, Tier::Low } },
|
||||
{ Instruction::ADDMOD384, { "ADDMOD384", 0, 4, 0, true, Tier::Low } },
|
||||
{ Instruction::SUBMOD384, { "SUBMOD384", 0, 4, 0, true, Tier::Low } },
|
||||
{ Instruction::MULMODMONT384, { "MULMODMONT384", 0, 5, 0, true, Tier::Low } },
|
||||
|
||||
{ Instruction::CREATE, { "CREATE", 0, 3, 1, true, Tier::Special } },
|
||||
{ Instruction::CALL, { "CALL", 0, 7, 1, true, Tier::Special } },
|
||||
|
Loading…
Reference in New Issue
Block a user