We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fb1f0 commit 393aaeaCopy full SHA for 393aaea
1 file changed
pythonbpf/functions_pass.py
@@ -93,6 +93,8 @@ def handle_assign(func, module, builder, stmt, map_sym_tab, local_sym_tab):
93
print("Unsupported assignment call structure")
94
else:
95
print("Unsupported assignment call function type")
96
+ else:
97
+ print("Unsupported assignment value type")
98
99
100
def handle_expr(func, module, builder, expr, local_sym_tab, map_sym_tab):
0 commit comments