Added missing types

This commit is contained in:
obscuren 2014-06-19 13:42:28 +02:00
parent 5ea7598408
commit 1b431f29e5
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ var opCodeToString = map[OpCode]string{
GASLIMIT: "GASLIMIT",
// 0x50 range - 'storage' and execution
POP: "POP",
DUP: "DUP",
SWAP: "SWAP",
MLOAD: "MLOAD",