mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
save
This commit is contained in:
parent
5ada371733
commit
60818966fe
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ const (
|
||||||
SHL OpCode = 0x1b
|
SHL OpCode = 0x1b
|
||||||
SHR OpCode = 0x1c
|
SHR OpCode = 0x1c
|
||||||
SAR OpCode = 0x1d
|
SAR OpCode = 0x1d
|
||||||
CLZ OpCode = 0x1E
|
CLZ OpCode = 0x1e
|
||||||
)
|
)
|
||||||
|
|
||||||
// 0x20 range - crypto.
|
// 0x20 range - crypto.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue