- backend update from GZDoom.

This commit is contained in:
Christoph Oelckers 2020-11-23 15:54:06 +01:00
parent 26c7bcdca4
commit 5a5f9b8e02
15 changed files with 71 additions and 95 deletions

View file

@ -963,7 +963,7 @@ void JitCompiler::EmitFLOP()
FuncPtr func = nullptr;
switch (C)
{
default: I_Error("Unknown OP_FLOP subfunction");
default: I_Error("Unknown OP_FLOP subfunction"); break;
case FLOP_ABS: func = fabs; break;
case FLOP_EXP: func = g_exp; break;
case FLOP_LOG: func = g_log; break;