aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkstack.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/checkstack.py')
-rwxr-xr-xscripts/checkstack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkstack.py b/scripts/checkstack.py
index ed0689ea..1a6605fe 100755
--- a/scripts/checkstack.py
+++ b/scripts/checkstack.py
@@ -210,7 +210,7 @@ def main():
eventfunc = funcsbyname.get('__vector_13', funcsbyname.get('__vector_17'))
for funcnameroot, info in funcsbyname.items():
if funcnameroot.endswith('_event') and eventfunc is not None:
- eventfunc.noteCall(0, info.funcaddr, eventfunc.basic_stack_usage + 2)
+ eventfunc.noteCall(0, info.funcaddr, eventfunc.basic_stack_usage+2)
# Calculate maxstackusage
for info in funcs.values():