summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/DebugOutput.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-10 07:06:43 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-10 07:06:43 +0200
commit84b0e780dfd9272b177c32cc3bb99f37bb88304d (patch)
tree44d596f6511eae83b8762aa42550b100d5646de6 /Kernel/KernelKit/DebugOutput.hpp
parent915c14eb3b717bbd168d069e296a4246c6aef117 (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.hpp2
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;
}