mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
This commit is contained in:
@@ -5629,8 +5629,10 @@ CALL_ARGUMENT_CHECKER(check_named_call_arguments) {
|
|||||||
defer ({
|
defer ({
|
||||||
for_array(i, ordered_operands) {
|
for_array(i, ordered_operands) {
|
||||||
Operand const &o = ordered_operands[i];
|
Operand const &o = ordered_operands[i];
|
||||||
|
if (o.expr != nullptr) {
|
||||||
call->viral_state_flags |= o.expr->viral_state_flags;
|
call->viral_state_flags |= o.expr->viral_state_flags;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
for_array(i, ce->args) {
|
for_array(i, ce->args) {
|
||||||
|
|||||||
Reference in New Issue
Block a user