diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-23 02:58:39 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-23 02:58:39 +0100 |
| commit | 5563deabd8f7ce3fc713ea23f8cf5bbac33b4024 (patch) | |
| tree | f182700a0360ecf7319415915638e44a5d0074dc /Private/NewKit/Ref.hpp | |
| parent | ab4eaababec7f870378ed64fbbf51b154b292a7b (diff) | |
Kernel: add heap information (allocator)
- Force use of itanium ABI even of MPCC.
- Revision of handover has been done. (it is not assuming any starting
address)
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewKit/Ref.hpp')
| -rw-r--r-- | Private/NewKit/Ref.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewKit/Ref.hpp b/Private/NewKit/Ref.hpp index 9988c213..f97e3a90 100644 --- a/Private/NewKit/Ref.hpp +++ b/Private/NewKit/Ref.hpp @@ -11,7 +11,7 @@ #pragma once #include <NewKit/Defines.hpp> -#include <NewKit/RuntimeCheck.hpp> +#include <NewKit/KernelCheck.hpp> namespace HCore { template <typename T> |
