good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1b431f29 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Added missing types

parent 5ea75984
Branches
Tags
No related merge requests found
...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment