mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-15 00:41:57 +00:00
- remove erroneous assert in the ZScript codegen compiler
- fixes issue #1279
This commit is contained in:
parent
b70c66e2cc
commit
efa788cd5e
1 changed files with 0 additions and 1 deletions
|
@ -9014,7 +9014,6 @@ FxExpression *FxFlopFunctionCall::Resolve(FCompileContext& ctx)
|
|||
|
||||
ExpEmit FxFlopFunctionCall::Emit(VMFunctionBuilder *build)
|
||||
{
|
||||
assert(ValueType == ArgList[0]->ValueType);
|
||||
ExpEmit from = ArgList[0]->Emit(build);
|
||||
ExpEmit to;
|
||||
assert(from.Konst == 0);
|
||||
|
|
Loading…
Reference in a new issue