mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 09:20:59 +00:00
- backend update from GZDoom.
This commit is contained in:
parent
7b72fccfa2
commit
e7ab4cd176
16 changed files with 333 additions and 188 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…
Add table
Add a link
Reference in a new issue