fix: Hashmap type check

This commit is contained in:
2025-09-08 20:06:21 +05:30
parent 1bbf004554
commit 627ee9265a
4 changed files with 18 additions and 4 deletions

View File

@ -56,9 +56,6 @@ def process_bpf_chunk(func_node, module, return_type):
func_name = func_node.name
# TODO: The function actual arg retgurn type is parsed,
# but the actual output is not. It's still very wrong. Try uncommenting the
# code in execve2.py once
ret_type = return_type
# TODO: parse parameters