mirror of https://github.com/status-im/evmc.git
include/evmc: EVMC_STATIC_MODE_{ERROR => VIOLATION}
This commit is contained in:
parent
e567f2b3c3
commit
0816c98f1a
|
@ -151,9 +151,7 @@ enum evmc_status_code {
|
||||||
EVMC_REVERT = 7, ///< Execution terminated with REVERT opcode.
|
EVMC_REVERT = 7, ///< Execution terminated with REVERT opcode.
|
||||||
|
|
||||||
/// Tried to execute an operation which is restricted in static mode.
|
/// Tried to execute an operation which is restricted in static mode.
|
||||||
///
|
EVMC_STATIC_MODE_VIOLATION = 8,
|
||||||
/// @todo Avoid _ERROR suffix that suggests fatal error.
|
|
||||||
EVMC_STATIC_MODE_ERROR = 8,
|
|
||||||
|
|
||||||
/// The dedicated INVALID instruction was hit.
|
/// The dedicated INVALID instruction was hit.
|
||||||
EVMC_INVALID_INSTRUCTION = 9,
|
EVMC_INVALID_INSTRUCTION = 9,
|
||||||
|
|
Loading…
Reference in New Issue