[JAEGER] Added JSOP_DUP2.
This commit is contained in:
@@ -356,6 +356,10 @@ mjit::Compiler::generateMethod()
|
||||
frame.dup();
|
||||
END_CASE(JSOP_DUP)
|
||||
|
||||
BEGIN_CASE(JSOP_DUP2)
|
||||
frame.dup2();
|
||||
END_CASE(JSOP_DUP2)
|
||||
|
||||
BEGIN_CASE(JSOP_BITAND)
|
||||
jsop_bitop(op);
|
||||
END_CASE(JSOP_BITAND)
|
||||
|
||||
Reference in New Issue
Block a user