- removed another bad assert from codegen.cpp

This commit is contained in:
Christoph Oelckers 2023-09-15 20:51:05 +02:00
parent cd31c74ecc
commit d001c3464d

View file

@ -2606,7 +2606,6 @@ FxExpression *FxAssignSelf::Resolve(FCompileContext &ctx)
ExpEmit FxAssignSelf::Emit(VMFunctionBuilder *build)
{
assert(ValueType == Assignment->ValueType);
ExpEmit pointer = Assignment->Address; // FxAssign should have already emitted it
if (!pointer.Target)
{