summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/types.py')
-rw-r--r--python/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/types.py b/python/types.py
index b88b2022..5c2b448e 100644
--- a/python/types.py
+++ b/python/types.py
@@ -855,7 +855,7 @@ class FunctionBuilder(TypeBuilder):
@classmethod
def create(cls, return_type:SomeType, calling_convention:Optional['callingconvention.CallingConvention']=None,
params:ParamsType=[], var_args:BoolWithConfidenceType=False,
- stack_adjust:SizeWithConfidenceType=0, platform:'_platform.Platform'=None,
+ stack_adjust:OffsetWithConfidenceType=0, platform:'_platform.Platform'=None,
confidence:int=core.max_confidence) -> 'FunctionBuilder':
param_buf = FunctionBuilder._to_core_struct(params)
ret_conf = return_type._to_core_struct()