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