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 ce722e80..43be2bf5 100644
--- a/python/callingconvention.py
+++ b/python/callingconvention.py
@@ -281,7 +281,7 @@ class CallingConvention:
count[0] = 0
return None
- def _free_register_list(self, ctxt, regs):
+ def _free_register_list(self, ctxt, regs, count):
try:
buf = ctypes.cast(regs, ctypes.c_void_p)
if buf.value not in self._pending_reg_lists: