mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-16 16:11:42 -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
|
// Execute the main function
|
||||||
auto code = main(argc, argv);
|
auto code = main(argc, argv);
|
||||||
|
|
||||||
|
// Call the global destructors, if any
|
||||||
_fini();
|
_fini();
|
||||||
|
|
||||||
// Call the global destructors, if any
|
// Call the shared library destructors, if any
|
||||||
__cxa_finalize(nullptr);
|
__cxa_finalize(nullptr);
|
||||||
|
|
||||||
// Kill the process with the correct exit code
|
// Kill the process with the correct exit code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user