summaryrefslogtreecommitdiff
path: root/python/callingconvention.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/callingconvention.py')
-rw-r--r--python/callingconvention.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/callingconvention.py b/python/callingconvention.py
index e6aa323c..db473c53 100644
--- a/python/callingconvention.py
+++ b/python/callingconvention.py
@@ -41,7 +41,7 @@ class CallingConvention(object):
_registered_calling_conventions = []
- def __init__(self, arch, handle = None, confidence = types.Type.max_confidence):
+ def __init__(self, arch, handle = None, confidence = types.max_confidence):
if handle is None:
self.arch = arch
self._pending_reg_lists = {}