r + lbfhs

This commit is contained in:
Vitor Santos Costa
2019-04-03 15:04:24 +01:00
parent 134288da68
commit c04298c1d7
4 changed files with 104 additions and 86 deletions

View File

@@ -147,6 +147,7 @@ int main(int argc, char **argv)
YAP_Reset(YAP_FULL_RESET, false);
/* End preprocessor code */
mtrace();
bool rc = exec_top_level(BootMode, &init_args);
if (!rc)
return 1;