fhdl/tracer: support BUILD_LIST opcode
This commit is contained in:
parent
910c350021
commit
589251fffd
|
@ -23,6 +23,8 @@ def get_var_name(frame):
|
|||
index += 3
|
||||
elif opc == "DUP_TOP":
|
||||
index += 1
|
||||
elif opc == "BUILD_LIST":
|
||||
index += 3
|
||||
else:
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in New Issue