forked from M-Labs/artiq
Commit missing parts of 78fa5be
.
This commit is contained in:
parent
78fa5becea
commit
9492464ed9
|
@ -754,7 +754,8 @@ class Stitcher:
|
||||||
notes=[note])
|
notes=[note])
|
||||||
self.engine.process(diag)
|
self.engine.process(diag)
|
||||||
|
|
||||||
if self.dmgr.get(function.artiq_embedded.core_name) != self.core:
|
core_name = function.artiq_embedded.core_name
|
||||||
|
if core_name is not None and self.dmgr.get(core_name) != self.core:
|
||||||
note = diagnostic.Diagnostic("note",
|
note = diagnostic.Diagnostic("note",
|
||||||
"called from this function", {},
|
"called from this function", {},
|
||||||
loc)
|
loc)
|
||||||
|
|
Loading…
Reference in New Issue