Skip to content

bloqade.lanes.bytecode.exceptions.UnalignedCodeError

← Module overview

classUnalignedCodeErrorsource

bloqade.lanes.bytecode.exceptions.UnalignedCodeError

Bases: ProgramError

Binary code region length is not a whole number of instruction words.

class UnalignedCodeError(length: int, width: int)

Parameters

NameTypeDescription
lengthint
widthint

Attributes

NameTypeDefaultDescription
length—length
width—width