forked from M-Labs/artiq
Fix a typo.
This commit is contained in:
parent
a557445e05
commit
526d7c4e46
|
@ -832,7 +832,7 @@ class LLVMIRGenerator:
|
||||||
arg.loc)
|
arg.loc)
|
||||||
diag = diagnostic.Diagnostic("error",
|
diag = diagnostic.Diagnostic("error",
|
||||||
"type {type} is not supported in remote procedure calls",
|
"type {type} is not supported in remote procedure calls",
|
||||||
{"type": printer.name(arg.typ)},
|
{"type": printer.name(arg.type)},
|
||||||
arg.loc)
|
arg.loc)
|
||||||
self.engine.process(diag)
|
self.engine.process(diag)
|
||||||
tag += self._rpc_tag(arg.type, arg_error_handler)
|
tag += self._rpc_tag(arg.type, arg_error_handler)
|
||||||
|
|
Loading…
Reference in New Issue