diff options
| author | gingerBill <bill@gingerbill.org> | 2022-11-21 13:12:44 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-11-21 13:12:44 +0000 |
| commit | 6fa0679be934bd5aa83bb919454f3026a56ae09d (patch) | |
| tree | 848403178e54df58a3b53f439a99b2318b2f27e9 /src | |
| parent | afea221d64670dcf3cf4a79695c4ae95eeef77a9 (diff) | |
Fix #2109
Diffstat (limited to 'src')
| -rw-r--r-- | src/check_expr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index 0ee1ea2a2..c7585b51c 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -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; } |