mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 03:56:36 +00:00
Added missing types
This commit is contained in:
parent
5ea7598408
commit
1b431f29e5
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ var opCodeToString = map[OpCode]string{
|
||||||
GASLIMIT: "GASLIMIT",
|
GASLIMIT: "GASLIMIT",
|
||||||
|
|
||||||
// 0x50 range - 'storage' and execution
|
// 0x50 range - 'storage' and execution
|
||||||
|
POP: "POP",
|
||||||
DUP: "DUP",
|
DUP: "DUP",
|
||||||
SWAP: "SWAP",
|
SWAP: "SWAP",
|
||||||
MLOAD: "MLOAD",
|
MLOAD: "MLOAD",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue