Implementing assignment of number literal values in 'assignment' opcode handler.

This commit is contained in:
Ruben Ayrapetyan
2014-07-21 19:22:25 +04:00
parent 84131d9a28
commit ff4d3e4af3
2 changed files with 21 additions and 0 deletions
+2
View File
@@ -30,6 +30,8 @@ main( int __unused argc,
getop_var_decl( 1),
getop_assignment( 0, OPCODE_ARG_TYPE_STRING, 1),
getop_assignment( 1, OPCODE_ARG_TYPE_VARIABLE, 0),
getop_assignment( 0, OPCODE_ARG_TYPE_SMALLINT, 253),
getop_assignment( 1, OPCODE_ARG_TYPE_NUMBER, 2),
getop_exitval( 0)
};