diff options
Diffstat (limited to 'python/lowlevelil.py')
| -rw-r--r-- | python/lowlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py index 565ca6a2..f0b130c3 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -871,7 +871,7 @@ class LowLevelILInstruction(BaseILInstruction): if options is None: options = [] idx = 0 - option_array = (ctypes.c_int * len(options))() + option_array = (core.DataFlowQueryOptionEnum * len(options))() for option in options: option_array[idx] = option idx += 1 |
