diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-01-16 21:43:44 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-04-25 22:14:58 +0800 |
commit | f2775f82d02336ef8ec64ec391e8433448b2afd8 (patch) | |
tree | 0d3127ad132e008fdb90e414adf8f92eea123e00 /libevmasm/Instruction.h | |
parent | 7da9ba68e9540314c6b51c119a14f3afde02a385 (diff) | |
download | dexon-solidity-f2775f82d02336ef8ec64ec391e8433448b2afd8.tar.gz dexon-solidity-f2775f82d02336ef8ec64ec391e8433448b2afd8.tar.zst dexon-solidity-f2775f82d02336ef8ec64ec391e8433448b2afd8.zip |
libevmadm: EIP150.a changes on EXTCODE, EXTCODESIZE and BALANCE
Diffstat (limited to 'libevmasm/Instruction.h')
-rw-r--r-- | libevmasm/Instruction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libevmasm/Instruction.h b/libevmasm/Instruction.h index d79ec969..192fe090 100644 --- a/libevmasm/Instruction.h +++ b/libevmasm/Instruction.h @@ -237,6 +237,8 @@ enum class Tier : unsigned Mid, // 8, Mid High, // 10, Slow Ext, // 20, Ext + ExtCode, // 700, Extcode + Balance, // 400, Balance Special, // multiparam or otherwise special Invalid // Invalid. }; |