- implemented SS_R, LCS_R, and LKS_R
This commit is contained in:
parent
ce9925d257
commit
b83f4f48d6
2 changed files with 29 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue