Merge pull request #5739 from Creativty/master

Fix proc group named operands issue #4971
This commit is contained in:
gingerBill
2025-10-07 15:34:33 +01:00
committed by GitHub

View File

@@ -7482,8 +7482,6 @@ gb_internal CallArgumentData check_call_arguments_proc_group(CheckerContext *c,
Entity *e = proc_entities[valids[0].index];
GB_ASSERT(e != nullptr);
Array<Operand> named_operands = {};
check_call_arguments_single(c, call, operand,
e, e->type,
positional_operands, named_operands,