Add savings bytecode in memory on target

This commit is contained in:
Ilmir Usmanov
2014-07-25 12:37:29 +04:00
parent 518ff9a864
commit c9c26251a4
8 changed files with 168 additions and 23 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jerry_run( const char *script_source,
size_t script_source_size __unused)
{
const char *strings[MAX_STRINGS];
int nums[MAX_NUMS];
int32_t nums[MAX_NUMS];
uint8_t strings_num, nums_count;
uint8_t offset;
const OPCODE *opcodes;