aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/Instruction.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-09 15:42:54 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-02-27 20:42:41 +0800
commitafa4a48e3770630a744ef98ccd518601e1f35c86 (patch)
treefdcf6a0b114a6630f8527992a1ff07ab85e593ed /libevmasm/Instruction.h
parent468d0f6199e71f0c7f4b8bd667c8f31feba41a9d (diff)
downloaddexon-solidity-afa4a48e3770630a744ef98ccd518601e1f35c86.tar.gz
dexon-solidity-afa4a48e3770630a744ef98ccd518601e1f35c86.tar.zst
dexon-solidity-afa4a48e3770630a744ef98ccd518601e1f35c86.zip
Remove ROL/ROR as they are not part of EIP145 anymore
Diffstat (limited to 'libevmasm/Instruction.h')
-rw-r--r--libevmasm/Instruction.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libevmasm/Instruction.h b/libevmasm/Instruction.h
index e56d4c9a..be788ddb 100644
--- a/libevmasm/Instruction.h
+++ b/libevmasm/Instruction.h
@@ -64,8 +64,6 @@ enum class Instruction: uint8_t
SHL, ///< bitwise SHL operation
SHR, ///< bitwise SHR operation
SAR, ///< bitwise SAR operation
- ROL, ///< bitwise ROL operation
- ROR, ///< bitwise ROR operation
KECCAK256 = 0x20, ///< compute KECCAK-256 hash