We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ada371 commit 6081896Copy full SHA for 6081896
core/vm/opcodes.go
@@ -62,7 +62,7 @@ const (
62
SHL OpCode = 0x1b
63
SHR OpCode = 0x1c
64
SAR OpCode = 0x1d
65
- CLZ OpCode = 0x1E
+ CLZ OpCode = 0x1e
66
)
67
68
// 0x20 range - crypto.
0 commit comments