mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Add handle_variable_assignment stub and boilerplate in handle_assign
This commit is contained in:
4
pythonbpf/assign_pass.py
Normal file
4
pythonbpf/assign_pass.py
Normal file
@ -0,0 +1,4 @@
|
||||
def handle_variable_assignment(
|
||||
func, module, builder, var_name, rval, local_sym_tab, map_sym_tab, structs_sym_tab
|
||||
):
|
||||
pass
|
||||
Reference in New Issue
Block a user