Skip to content

Commit 393aaea

Browse files
committed
throw unsupported assignment error
1 parent 10fb1f0 commit 393aaea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pythonbpf/functions_pass.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def handle_assign(func, module, builder, stmt, map_sym_tab, local_sym_tab):
9393
print("Unsupported assignment call structure")
9494
else:
9595
print("Unsupported assignment call function type")
96+
else:
97+
print("Unsupported assignment value type")
9698

9799

98100
def handle_expr(func, module, builder, expr, local_sym_tab, map_sym_tab):

0 commit comments

Comments
 (0)