This commit is contained in:
Ben Vanik
2013-12-13 22:24:19 -08:00
parent d1210218ac
commit a1f41c656a
4 changed files with 38 additions and 15 deletions

View File

@@ -508,13 +508,13 @@ DEFINE_OPCODE(
DEFINE_OPCODE(
OPCODE_INSERT,
"insert",
OPCODE_SIG_V_V_O_V,
OPCODE_SIG_V_V_V_V,
0);
DEFINE_OPCODE(
OPCODE_EXTRACT,
"extract",
OPCODE_SIG_V_V_O,
OPCODE_SIG_V_V_V,
0);
DEFINE_OPCODE(