Function invalid
pub const fn invalid<IT, H>(
_context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Expand description
Invalid opcode. This opcode halts the execution.
pub const fn invalid<IT, H>(
_context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Invalid opcode. This opcode halts the execution.