From a24b82f9b3d5dbb76f700664a97f3d4904acce30 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 29 Jul 2021 13:08:03 -0400 Subject: Remove some unnecessary properties for various derived HLIL Instructions, add HLIL vars_read/vars_written Additional progress on HLILInstruction refactor --- python/mediumlevelil.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/mediumlevelil.py') diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py index fc685533..02f4a70c 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -772,6 +772,7 @@ class SetVar(MediumLevelILInstruction): assert False, "SetVar.src returned object other than, Variable, SSAVariable" return result + @dataclass(frozen=True, repr=False) class FloatingPoint(MediumLevelILInstruction): pass -- cgit v1.3.1