|
@@ -1932,7 +1932,7 @@ bool check_procedure_type(CheckerContext *ctx, Type *type, Ast *proc_type_node,
|
|
error(proc_type_node, "Invalid procedure calling convention \"%s\" for target architecture, expected either i386 or amd64, got %.*s",
|
|
error(proc_type_node, "Invalid procedure calling convention \"%s\" for target architecture, expected either i386 or amd64, got %.*s",
|
|
proc_calling_convention_strings[cc], LIT(target_arch_names[arch]));
|
|
proc_calling_convention_strings[cc], LIT(target_arch_names[arch]));
|