add var_decl

This commit is contained in:
e.gavrin
2014-07-17 15:19:55 +04:00
parent 124673b5b4
commit 0c9f81dbf9
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -114,7 +114,8 @@ typedef void (*opfunc)(OPCODE, struct __int_data *);
OP_RELATIONAL(op) \
OP_ARITHMETIC(op) \
OP_UNCONDITIONAL_JUMPS(op) \
OP_UNARY_OPS(op)
OP_UNARY_OPS(op) \
op(var_decl)
#include "opcode-structures.h"