- backend update from GZDoom.

This commit is contained in:
Christoph Oelckers 2020-11-23 15:54:06 +01:00
parent 26c7bcdca4
commit 5a5f9b8e02
15 changed files with 71 additions and 95 deletions

View file

@ -2967,6 +2967,7 @@ FxExpression *FxMulDiv::Resolve(FCompileContext& ctx)
case '/':
// For division, the vector must be the first operand.
if (right->IsVector()) goto error;
[[fallthrough]];
case '*':
if (left->IsVector() && right->IsNumeric())