gingerBill
2019-12-27 10:11:13 +00:00
parent f308d8d73e
commit 2cc5c4eed3
+3 -1
View File
@@ -5629,7 +5629,9 @@ CALL_ARGUMENT_CHECKER(check_named_call_arguments) {
defer ({
for_array(i, ordered_operands) {
Operand const &o = ordered_operands[i];
call->viral_state_flags |= o.expr->viral_state_flags;
if (o.expr != nullptr) {
call->viral_state_flags |= o.expr->viral_state_flags;
}
}
});