pub fn jump<ITy: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, ITy>,
)
Expand description
Implements the JUMP instruction.
Unconditional jump to a valid destination.
pub fn jump<ITy: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, ITy>,
)
Implements the JUMP instruction.
Unconditional jump to a valid destination.