about summary refs log tree commit diff stats
path: root/miasm/core/objc.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm/core/objc.py')
-rw-r--r--miasm/core/objc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/core/objc.py b/miasm/core/objc.py
index 87d19dde..24ee84ab 100644
--- a/miasm/core/objc.py
+++ b/miasm/core/objc.py
@@ -156,7 +156,7 @@ class ObjCInt(ObjC):
     """C integer"""
 
     def __init__(self):
-        super(ObjCInt, self).__init__(None, None)
+        super(ObjCInt, self).__init__(None, 0)
 
     def __str__(self):
         return 'int'