Add meta opcode.

This commit is contained in:
e.gavrin
2014-08-21 16:07:05 +04:00
parent 5b2b04f5f9
commit 1261820838
3 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -131,7 +131,8 @@ ecma_completion_value_t (*opfunc) (OPCODE, struct __int_data *);
OP_UNCONDITIONAL_JUMPS (op) \
OP_UNARY_OPS (op) \
op (var_decl) \
op (reg_var_decl)
op (reg_var_decl)\
op (meta)
#include "opcode-structures.h"