summaryrefslogtreecommitdiff
path: root/python/mediumlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/mediumlevelil.py')
-rw-r--r--python/mediumlevelil.py1
1 files changed, 1 insertions, 0 deletions
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