bloqade.lanes.bytecode.exceptions.MissingTerminatorError
← Module overview
class
classMissingTerminatorError¶source
bloqade.lanes.bytecode.exceptions.MissingTerminatorError
Bases: ValidationError
Program does not end with a return or halt instruction.
class MissingTerminatorError(pc: int)Parameters
| Name | Type | Description |
|---|---|---|
pc | int |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
pc | — | pc |