Add ERR_MEMORY exit code to show that there was not enough memory; fix debug.stm build

This commit is contained in:
Ilmir Usmanov
2014-07-28 19:39:11 +04:00
parent d927d3e320
commit 1b6638f073
4 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -181,6 +181,6 @@ main(void)
const size_t source_size = sizeof(generated_source);
jerry_run( source_p,
source_size);
source_size, false);
}
#endif