mirror of https://github.com/m-labs/artiq.git
core: remove legacy synthesized filename
This commit is contained in:
parent
f2f2e12b91
commit
92c1bc2149
|
@ -238,7 +238,7 @@ def symbolize(library, addresses):
|
|||
location = next(lines)
|
||||
|
||||
filename, line = location.rsplit(":", 1)
|
||||
if filename == "??" or filename == "<synthesized>":
|
||||
if filename == "??":
|
||||
continue
|
||||
if line == "?":
|
||||
line = -1
|
||||
|
|
Loading…
Reference in New Issue