diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-02-01 08:08:44 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-02-01 08:08:44 +0100 |
| commit | be3ec5e358fcf47ab1136b38f03c7348bb5390e9 (patch) | |
| tree | 3823779097e66cd1b73421eb2b4097f92491e41b /Private/Source | |
| parent | 0e3adadf557dd197423436a14e73feb5a20fad32 (diff) | |
See below.
- Remove useless imports (by Zed)
- Minor commit, refactors, that's it.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/Source')
| -rw-r--r-- | Private/Source/RuntimeMain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/RuntimeMain.cxx b/Private/Source/RuntimeMain.cxx index bc13f6e7..94f8ba67 100644 --- a/Private/Source/RuntimeMain.cxx +++ b/Private/Source/RuntimeMain.cxx @@ -14,7 +14,7 @@ #include <NewKit/KernelHeap.hpp> #include <NewKit/UserHeap.hpp> -/// PRIVATE SYMBOLS EXPORTED BY GCC. +/// PRIVATE SYMBOLS EXPORTED BY C++ COMPILER. extern "C" void (*__SYSTEM_FINI)(); extern "C" void (**__SYSTEM_INIT)(); |
