mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Remove debug prints and add @bpfglobal support
This commit is contained in:
@ -84,8 +84,6 @@ def process_bpf_chunk(func_node, module, return_type):
|
||||
|
||||
process_func_body(module, builder, func_node, func, ret_type)
|
||||
|
||||
print(func)
|
||||
print(module)
|
||||
return func
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user