EVM-C: introduce EVM_INVALID_INSTRUCTION

This commit is contained in:
Alex Beregszaszi 2018-03-26 16:25:11 +01:00
parent 685cc5a676
commit b8275ce3ef
1 changed files with 3 additions and 0 deletions

View File

@ -157,6 +157,9 @@ enum evm_status_code {
/// @todo Avoid _ERROR suffix that suggests fatal error.
EVM_STATIC_MODE_ERROR = 8,
/// The dedicated INVALID instruction was hit.
EVM_INVALID_INSTRUCTION = 9,
/// The EVM rejected the execution of the given code or message.
///
/// This error SHOULD be used to signal that the EVM is not able to or