This commit is contained in:
gingerBill
2022-11-21 13:12:44 +00:00
parent afea221d64
commit 6fa0679be9

View File

@@ -5881,6 +5881,7 @@ CallArgumentData check_call_arguments(CheckerContext *c, Operand *operand, Type
Entity *proc = procs[proc_index];
Type *pt = base_type(proc->type);
if (!(pt != nullptr && is_type_proc(pt))) {
proc_index++;
continue;
}