diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-11 21:09:45 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-11 21:09:45 +0100 |
| commit | 8e775b6adb76bbd4f2bf844b5b119d4c869e372a (patch) | |
| tree | 349d668ec0384ad74be49005656e2df9f29bd3c0 | |
| parent | b4ebac8598396b459c74914e7be11a37b9089af2 (diff) | |
remove useless comment (ld)
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | 64x0-Drivers/64ld.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/64x0-Drivers/64ld.cc b/64x0-Drivers/64ld.cc index 8b9064e..d81da3c 100644 --- a/64x0-Drivers/64ld.cc +++ b/64x0-Drivers/64ld.cc @@ -13,7 +13,6 @@ // README: Do not look up for anything with .text/.data/.page_zero! // It will be loaded when program will start up! -// Unlike $$dynamic$$ these containers will be loaded before CUS will do its job. #include <CompilerKit/StdKit/ErrorID.hpp> |
