This commit is contained in:
Vitor Santos Costa
2019-04-03 15:46:47 +01:00
parent 57cc6ab170
commit b5205f1193
4 changed files with 7 additions and 5 deletions

View File

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