- implement string part of OP_CASTB

This commit is contained in:
Magnus Norddahl 2018-09-16 22:39:48 +02:00
commit 102c00ce13
2 changed files with 7 additions and 6 deletions

View file

@ -172,11 +172,6 @@ bool JitCompiler::CanJit(VMScriptFunction *sfunc)
return false;
}
}
else if (sfunc->Code[i].op == OP_CASTB)
{
if (C == CASTB_S)
return false;
}
else if (sfunc->Code[i].op == OP_PARAM)
{
if (!!(B & REGT_MULTIREG3) || !!(B & REGT_MULTIREG2))