- let FxNop have a value type, even if it's just TypeError.

This commit is contained in:
Christoph Oelckers 2018-12-15 20:07:21 +01:00
parent f1fe9a0286
commit 8e24a50b36
1 changed files with 1 additions and 0 deletions

View File

@ -2104,6 +2104,7 @@ public:
: FxExpression(EFX_Nop, p)
{
isresolved = true;
ValueType = TypeError;
}
ExpEmit Emit(VMFunctionBuilder *build)
{