mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Fix proc group named operands issue #4971
This commit is contained in:
@@ -7488,8 +7488,6 @@ gb_internal CallArgumentData check_call_arguments_proc_group(CheckerContext *c,
|
|||||||
Entity *e = proc_entities[valids[0].index];
|
Entity *e = proc_entities[valids[0].index];
|
||||||
GB_ASSERT(e != nullptr);
|
GB_ASSERT(e != nullptr);
|
||||||
|
|
||||||
Array<Operand> named_operands = {};
|
|
||||||
|
|
||||||
check_call_arguments_single(c, call, operand,
|
check_call_arguments_single(c, call, operand,
|
||||||
e, e->type,
|
e, e->type,
|
||||||
positional_operands, named_operands,
|
positional_operands, named_operands,
|
||||||
|
|||||||
Reference in New Issue
Block a user