summaryrefslogtreecommitdiff
path: root/python/commonil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/commonil.py')
-rw-r--r--python/commonil.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/commonil.py b/python/commonil.py
index 7517574d..b2ca71fb 100644
--- a/python/commonil.py
+++ b/python/commonil.py
@@ -184,3 +184,8 @@ class StackOperation(BaseILInstruction):
@dataclass(frozen=True, repr=False, eq=False)
class SetReg:
pass
+
+
+@dataclass(frozen=True, repr=False, eq=False)
+class Intrinsic(BaseILInstruction):
+ pass