Add retval opcode handler.

This commit is contained in:
e.gavrin
2014-08-21 20:00:12 +04:00
parent 7d38fee700
commit dfcc3a0986
3 changed files with 59 additions and 2 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ try_get_string_by_idx (T_IDX idx, /**< literal id */
JERRY_ASSERT (str_p != NULL);
FIXME (ecma_char_t strlen);
ssize_t req_length = (ssize_t)__strlen ((const char*)str_p) + 1;
if (buffer_size < req_length)