Fix comments

This commit is contained in:
Baptiste Wicht 2016-08-20 22:30:43 +02:00
parent fae8cc7ce5
commit 141884a79c

View File

@ -25,9 +25,10 @@ void _start(int argc, char* argv[]){
// Execute the main function
auto code = main(argc, argv);
// Call the global destructors, if any
_fini();
// Call the global destructors, if any
// Call the shared library destructors, if any
__cxa_finalize(nullptr);
// Kill the process with the correct exit code