We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da9c9b commit c08cf3fCopy full SHA for c08cf3f
python/languagerepresentation.py
@@ -618,7 +618,7 @@ def get_block_lines(
618
for i in range(0, count.value):
619
addr = lines[i].addr
620
if lines[i].instrIndex != 0xffffffffffffffff:
621
- il_instr = instr.function[lines[i].instrIndex] # type: ignore
+ il_instr = block.function[lines[i].instrIndex]
622
else:
623
il_instr = None
624
color = highlight.HighlightColor._from_core_struct(lines[i].highlight)
0 commit comments