Skip to content

bloqade.lanes.bytecode.exceptions.UnreachableInstructionError

← Module overview

classUnreachableInstructionErrorsource

bloqade.lanes.bytecode.exceptions.UnreachableInstructionError

Bases: ValidationError

Instruction follows a return or halt and is unreachable.

class UnreachableInstructionError(pc: int)

Parameters

NameTypeDescription
pcint

Attributes

NameTypeDefaultDescription
pc—pc