forked from M-Labs/artiq
Revert "core: remove legacy synthesized filename"
This reverts commit 92c1bc2149
.
This commit is contained in:
parent
8aa8647ba8
commit
8e1ac8b844
|
@ -238,7 +238,7 @@ def symbolize(library, addresses):
|
||||||
location = next(lines)
|
location = next(lines)
|
||||||
|
|
||||||
filename, line = location.rsplit(":", 1)
|
filename, line = location.rsplit(":", 1)
|
||||||
if filename == "??":
|
if filename == "??" or filename == "<synthesized>":
|
||||||
continue
|
continue
|
||||||
if line == "?":
|
if line == "?":
|
||||||
line = -1
|
line = -1
|
||||||
|
|
Loading…
Reference in New Issue