Skip to content
Snippets Groups Projects
Commit 786f95ff authored by Giovanni Mascellani's avatar Giovanni Mascellani Committed by Alexandre Julliard
Browse files
parent 2c3094b2
No related branches found
No related tags found
No related merge requests found
......@@ -3706,7 +3706,7 @@ logicor_expr:
logicand_expr
| logicor_expr OP_OR logicand_expr
{
hlsl_fixme(ctx, &@$, "Logical OR.");
$$ = add_binary_logical_expr_merge(ctx, $1, $3, HLSL_OP2_LOGIC_OR, &@2);
}
conditional_expr:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment