diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/function.py | 2 |
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: |
