cache: add invoke to instructions

This commit is contained in:
Adam
2017-05-21 18:07:07 -04:00
parent 21d7955071
commit 99d47b2053

View File

@@ -58,7 +58,7 @@ public class Instructions
// 37 - pops strings eq to int operand, pushes 1 string
add(Opcodes.POP_INT, "pop_int", 1, 0);
add(Opcodes.POP_STRING, "pop_string", 0, 0, 1, 0);
// 40 invoke script, variable pops/pushes
add(Opcodes.INVOKE, "invoke", -1, -1, -1, -1);
add(42, 0, 1);
add(43, 1, 0);
add(44, 1, 0);