We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130636a commit 0cfcda2Copy full SHA for 0cfcda2
__init__.py
@@ -150,7 +150,7 @@ def setupGlobals(uiactioncontext, uicontext):
150
151
if view_location is not None and view_location.isValid():
152
active_il_index = view_location.getInstrIndex()
153
- ilType = view_location.getILViewType()
+ ilType = view_location.getILViewType().view_type
154
active_il_function = None
155
if ilType == FunctionGraphType.LowLevelILFunctionGraph and uiactioncontext.function and uiactioncontext.function.llil_if_available:
156
active_il_function = uiactioncontext.function.llil_if_available
0 commit comments