change to 64 bit pointers. May be an issue. revert this commit if issues arise

This commit is contained in:
2025-10-26 15:00:53 +05:30
parent 93285dbdd8
commit a1fe2ed4bc
3 changed files with 14 additions and 14 deletions

View File

@ -402,7 +402,7 @@ def process_bpf_chunk(func_node, module, return_type, map_sym_tab, structs_sym_t
func.linkage = "dso_local"
func.attributes.add("nounwind")
func.attributes.add("noinline")
func.attributes.add("optnone")
# func.attributes.add("optnone")
if func_node.args.args:
# Only look at the first argument for now