- implemented SS_R, LCS_R, and LKS_R

This commit is contained in:
Jonathan Russell 2018-09-15 00:25:13 +01:00
commit b83f4f48d6
2 changed files with 29 additions and 5 deletions

View file

@ -150,10 +150,7 @@ bool JitCompiler::CanJit(VMScriptFunction *sfunc)
{
default:
break;
case OP_LKS_R:
case OP_LFP:
case OP_LCS_R:
case OP_SS_R:
case OP_IJMP:
case OP_TAIL:
case OP_TAIL_K: