format chore

This commit is contained in:
2025-10-04 06:33:09 +05:30
parent 40ae3d825a
commit 130d8a9edc
2 changed files with 1 additions and 3 deletions

View File

@ -49,6 +49,7 @@ def emit_global(module: ir.Module, node, name):
gvar.global_constant = False
return gvar
def globals_processing(tree, module):
"""Process stuff decorated with @bpf and @bpfglobal except license and return the section name"""
globals_sym_tab = []