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