diff options
Diffstat (limited to 'python')
| -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 ef2b7c26..94353aa7 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -2656,7 +2656,7 @@ class LowLevelILIntrinsic(LowLevelILInstruction, Intrinsic): return [ ("output", self.output, "List[Union[ILFlag, ILRegister]]"), ("intrinsic", self.intrinsic, "ILIntrinsic"), - ("params", self.params, "List['LowLevelILInstruction']"), + ("params", self.params, "List[LowLevelILInstruction]"), ] |
