diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-02 13:49:50 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-02 13:49:50 +0100 |
| commit | e559cf01834340d0a4dfcb45f7bdf081e8994032 (patch) | |
| tree | b7d1aa03111f83c0b7b058dca2786a6bd234a7e3 /Private/Source/RuntimeMain.cxx | |
| parent | 05eca8d3061b60eac0a652a4b1e39269a9af79e8 (diff) | |
Kernel: Port toolchain to mingw (PE/COFF)
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source/RuntimeMain.cxx')
| -rw-r--r-- | Private/Source/RuntimeMain.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Private/Source/RuntimeMain.cxx b/Private/Source/RuntimeMain.cxx index f103e98c..8c18c0a3 100644 --- a/Private/Source/RuntimeMain.cxx +++ b/Private/Source/RuntimeMain.cxx @@ -15,18 +15,8 @@ #include <NewKit/KernelHeap.hpp> #include <NewKit/UserHeap.hpp> -/// PRIVATE SYMBOLS EXPORTED BY C++ COMPILER. -extern "C" void (*__SYSTEM_FINI)(); -extern "C" void (**__SYSTEM_INIT)(); - extern "C" void RuntimeMain( HCore::HEL::HandoverInformationHeader* HandoverHeader) { - /// Init C++ globals - for (HCore::SizeT index_init = 0UL; - __SYSTEM_INIT[index_init] != __SYSTEM_FINI; ++index_init) { - __SYSTEM_INIT[index_init](); - } - HCore::ke_init_heap(); HCore::ke_init_ke_heap(); |
