diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-07-14 01:05:18 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-07-14 01:05:18 -0400 |
| commit | 35c65d909d1ec36a4a1bad7404c9f986e259f662 (patch) | |
| tree | 213cc0371f20f8d9189387d28694d04d7153370a /python/callingconvention.py | |
| parent | 3d403cfae9d5a366f112c8a5936a371a01cfd230 (diff) | |
Adding API to get type of MLIL expression
Diffstat (limited to 'python/callingconvention.py')
| -rw-r--r-- | python/callingconvention.py | 2 |
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 = {} |
