mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
fix main
This commit is contained in:
parent
454744d816
commit
0709c3d07c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user