|
@ -282,11 +282,11 @@ static const std::map<Instruction, InstructionInfo> c_instructionInfo = |
|
|
{ Instruction::SWAP14, { "SWAP14", 0, 15, 15, false } }, |
|
|
{ Instruction::SWAP14, { "SWAP14", 0, 15, 15, false } }, |
|
|
{ Instruction::SWAP15, { "SWAP15", 0, 16, 16, false } }, |
|
|
{ Instruction::SWAP15, { "SWAP15", 0, 16, 16, false } }, |
|
|
{ Instruction::SWAP16, { "SWAP16", 0, 17, 17, false } }, |
|
|
{ Instruction::SWAP16, { "SWAP16", 0, 17, 17, false } }, |
|
|
{ Instruction::LOG0, { "LOG0", 0, 1, 0, true } }, |
|
|
{ Instruction::LOG0, { "LOG0", 0, 2, 0, true } }, |
|
|
{ Instruction::LOG1, { "LOG1", 0, 2, 0, true } }, |
|
|
{ Instruction::LOG1, { "LOG1", 0, 3, 0, true } }, |
|
|
{ Instruction::LOG2, { "LOG2", 0, 3, 0, true } }, |
|
|
{ Instruction::LOG2, { "LOG2", 0, 4, 0, true } }, |
|
|
{ Instruction::LOG3, { "LOG3", 0, 4, 0, true } }, |
|
|
{ Instruction::LOG3, { "LOG3", 0, 5, 0, true } }, |
|
|
{ Instruction::LOG4, { "LOG4", 0, 5, 0, true } }, |
|
|
{ Instruction::LOG4, { "LOG4", 0, 6, 0, true } }, |
|
|
{ Instruction::CREATE, { "CREATE", 0, 3, 1, true } }, |
|
|
{ Instruction::CREATE, { "CREATE", 0, 3, 1, true } }, |
|
|
{ Instruction::CALL, { "CALL", 0, 7, 1, true } }, |
|
|
{ Instruction::CALL, { "CALL", 0, 7, 1, true } }, |
|
|
{ Instruction::CALLCODE, { "CALLCODE", 0, 7, 1, true } }, |
|
|
{ Instruction::CALLCODE, { "CALLCODE", 0, 7, 1, true } }, |
|
|