mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-16 07:57:13 -04:00
Fix comments
This commit is contained in:
parent
fae8cc7ce5
commit
141884a79c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user