summaryrefslogtreecommitdiff
path: root/python/function.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/function.py')
-rw-r--r--python/function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/function.py b/python/function.py
index 99e57f86..dcd07839 100644
--- a/python/function.py
+++ b/python/function.py
@@ -2941,7 +2941,7 @@ class Function:
def set_call_reg_stack_adjustment(
self, addr: int, adjust: Mapping['architecture.RegisterStackName',
- 'types.RegisterStackAdjustmentWithConfidence'],
+ Union[int, 'types.RegisterStackAdjustmentWithConfidence']],
arch: Optional['architecture.Architecture'] = None
) -> None:
if arch is None: