mirror of https://github.com/Desuuuu/klipper.git
checkstack: Wrap code to 80 columns
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
060757764a
commit
a6daa55484
|
@ -210,7 +210,7 @@ def main():
|
||||||
eventfunc = funcsbyname.get('__vector_13', funcsbyname.get('__vector_17'))
|
eventfunc = funcsbyname.get('__vector_13', funcsbyname.get('__vector_17'))
|
||||||
for funcnameroot, info in funcsbyname.items():
|
for funcnameroot, info in funcsbyname.items():
|
||||||
if funcnameroot.endswith('_event') and eventfunc is not None:
|
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
|
# Calculate maxstackusage
|
||||||
for info in funcs.values():
|
for info in funcs.values():
|
||||||
|
|
Loading…
Reference in New Issue