- 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 committed by drfrag
parent b3cd6f4460
commit d4611683a6

View file

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