include/evmc: EVMC_STATIC_MODE_{ERROR => VIOLATION}

This commit is contained in:
Everett Hildenbrandt 2018-04-12 10:05:25 -05:00
parent e567f2b3c3
commit 0816c98f1a
1 changed files with 1 additions and 3 deletions

View File

@ -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,