This commit is contained in:
e.gavrin 2014-07-31 13:35:41 +04:00
parent 454744d816
commit 0709c3d07c

View File

@ -85,6 +85,10 @@ jerry_run (const char *script_source, size_t script_source_size, bool is_parse_o
}
init_int (opcodes);
#ifdef __HOST
run_int ();
#endif
} /* jerry_run */
#ifdef __HOST