Skip to content

Commit

Permalink
Set a default for instruction_alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Sep 12, 2023
1 parent 26d8444 commit 48f6f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinfo/arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ def keystone_support(self):
max_inst_bytes: int
ret_instruction = b""
nop_instruction = b""
instruction_alignment: int
instruction_alignment: Optional[int] = None

# register offsets
ip_offset: Optional[RegisterOffset] = None
Expand Down

0 comments on commit 48f6f0c

Please sign in to comment.