boot2: exit process at end of main().

This commit is contained in:
Michael Scire 2018-05-01 11:02:16 -06:00
parent e7e28fbc57
commit 64bf2052e5

View file

@ -157,5 +157,7 @@ int main(int argc, char **argv)
} }
} }
return 0; while (true) {
svcExitProcess();
}
} }