mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
update opcode values
This commit is contained in:
parent
f428af3977
commit
5fd609f7a6
@ -177,8 +177,8 @@ enum class Instruction: uint8_t
|
|||||||
LOG3, ///< Makes a log entry; 3 topics.
|
LOG3, ///< Makes a log entry; 3 topics.
|
||||||
LOG4, ///< Makes a log entry; 4 topics.
|
LOG4, ///< Makes a log entry; 4 topics.
|
||||||
|
|
||||||
TLOAD = 0xb3, ///< https://eips.ethereum.org/EIPS/eip-1153
|
TLOAD = 0x5c, ///< https://eips.ethereum.org/EIPS/eip-1153
|
||||||
TSTORE = 0xb4, ///< https://eips.ethereum.org/EIPS/eip-1153
|
TSTORE = 0x5d, ///< https://eips.ethereum.org/EIPS/eip-1153
|
||||||
|
|
||||||
CREATE = 0xf0, ///< create a new account with associated code
|
CREATE = 0xf0, ///< create a new account with associated code
|
||||||
CALL, ///< message-call into an account
|
CALL, ///< message-call into an account
|
||||||
|
Loading…
Reference in New Issue
Block a user