Skip to content
Snippets Groups Projects
Commit aa0553dc authored by Matt Wala's avatar Matt Wala
Browse files

Another error message fix.

parent 065c6571
No related branches found
No related tags found
No related merge requests found
......@@ -365,7 +365,8 @@ def check_that_temporaries_are_well_defined_in_hw_axes(kernel):
"(defined in inames: {def_inames}).".format(
temporary=temporary,
id=use,
use_inames=", ".join(sorted(get_hw_inames(insn))),
use_inames=", ".join(
sorted(get_hw_inames(kernel, use))),
def_inames=", ".join(sorted(hw_inames))))
# }}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment