mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Fix #2109
This commit is contained in:
@@ -5881,6 +5881,7 @@ CallArgumentData check_call_arguments(CheckerContext *c, Operand *operand, Type
|
|||||||
Entity *proc = procs[proc_index];
|
Entity *proc = procs[proc_index];
|
||||||
Type *pt = base_type(proc->type);
|
Type *pt = base_type(proc->type);
|
||||||
if (!(pt != nullptr && is_type_proc(pt))) {
|
if (!(pt != nullptr && is_type_proc(pt))) {
|
||||||
|
proc_index++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user