Commit 1b431f29 authored by obscuren's avatar obscuren

Added missing types

parent 5ea75984
...@@ -166,6 +166,7 @@ var opCodeToString = map[OpCode]string{ ...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment