diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-28 08:37:45 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-28 10:07:41 +0200 |
| commit | d42e9fa42af70105346f14c8b48f60cd3f4ea845 (patch) | |
| tree | 34b58def6fb1129028276e90c2a1f594634b6c1e /Kernel/Sources/Utils.cxx | |
| parent | 3feb5cb72e3e422e804098e2fdcb0bd3e7961627 (diff) | |
[IMP] New Storage.hpp inside StorageKit.
[REFACTOR] Process heap adjustements.
[WIP] SMP and Ring-3 switch for scheduler core.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources/Utils.cxx')
| -rw-r--r-- | Kernel/Sources/Utils.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/Utils.cxx b/Kernel/Sources/Utils.cxx index 12e2e2a8..eeac3f93 100644 --- a/Kernel/Sources/Utils.cxx +++ b/Kernel/Sources/Utils.cxx @@ -37,7 +37,7 @@ namespace Kernel { if (len > _len) { - break; + return 0; } ++len; |
