Skip to content

Commit 6081896

Browse files
Giulio2002fjl
authored andcommitted
save
1 parent 5ada371 commit 6081896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/opcodes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const (
6262
SHL OpCode = 0x1b
6363
SHR OpCode = 0x1c
6464
SAR OpCode = 0x1d
65-
CLZ OpCode = 0x1E
65+
CLZ OpCode = 0x1e
6666
)
6767

6868
// 0x20 range - crypto.

0 commit comments

Comments
 (0)