Adding 'func_expr_n' opcode; replacing arg1 and arg2 of 'func_decl_n' opcode with arg_list.

This commit is contained in:
Ruben Ayrapetyan
2014-08-26 15:58:57 +04:00
parent 7a80b7f4f1
commit 02f31fbcfb
4 changed files with 21 additions and 20 deletions
+2 -1
View File
@@ -655,7 +655,8 @@ parse_argument_list (argument_list_type alt, idx_t obj)
{
case AL_FUNC_DECL:
{
DUMP_OPCODE_3 (func_decl_n, obj, args[0], args[1]);
TODO(Refine to match new opcodes)
// DUMP_OPCODE_3 (func_decl_n, obj, args[0], args[1]);
break;
}
case AL_FUNC_EXPR: