Fix func_decl_0: correctly set interpreter's opcode counter.

This commit is contained in:
Ruben Ayrapetyan
2014-08-07 19:35:11 +04:00
parent 99c15ef802
commit cc4d55803c
3 changed files with 14 additions and 2 deletions
+2
View File
@@ -43,5 +43,7 @@ ecma_completion_value_t run_int_from_pos (opcode_counter_t start_pos,
ssize_t try_get_string_by_idx( T_IDX idx, ecma_char_t *buffer_p, ssize_t buffer_size);
ecma_number_t get_number_by_idx(T_IDX idx);
OPCODE read_opcode(opcode_counter_t counter);
#endif /* INTERPRETER_H */