mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 08:28:15 +00:00
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.
|
||||
|
||||
/// Tried to execute an operation which is restricted in static mode.
|
||||
///
|
||||
/// @todo Avoid _ERROR suffix that suggests fatal error.
|
||||
EVMC_STATIC_MODE_ERROR = 8,
|
||||
EVMC_STATIC_MODE_VIOLATION = 8,
|
||||
|
||||
/// The dedicated INVALID instruction was hit.
|
||||
EVMC_INVALID_INSTRUCTION = 9,
|
||||
|
Loading…
x
Reference in New Issue
Block a user