diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-10 07:06:43 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-10 07:06:43 +0200 |
| commit | 84b0e780dfd9272b177c32cc3bb99f37bb88304d (patch) | |
| tree | 44d596f6511eae83b8762aa42550b100d5646de6 /Kernel/KernelKit/DebugOutput.hpp | |
| parent | 915c14eb3b717bbd168d069e296a4246c6aef117 (diff) | |
MHR-23: Getting SMP to work...
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/KernelKit/DebugOutput.hpp')
| -rw-r--r-- | Kernel/KernelKit/DebugOutput.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/KernelKit/DebugOutput.hpp b/Kernel/KernelKit/DebugOutput.hpp index 656fe7a9..c6eb4485 100644 --- a/Kernel/KernelKit/DebugOutput.hpp +++ b/Kernel/KernelKit/DebugOutput.hpp @@ -56,7 +56,7 @@ namespace NewOS TerminalDevice& HexNumber(const Long Data) noexcept { - number(Data); + hex_number(Data); return *this; } |
