From 1755419129557018353579827941066534499520 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 11 Jun 2025 16:42:43 -0400 Subject: LLILIntrinsic: Don't quote type in detailed_operands --- python/lowlevelil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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]"), ] -- cgit v1.3.1