summaryrefslogtreecommitdiffhomepage
path: root/src/DebuggerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-08 15:11:13 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-08 15:11:13 +0100
commita3093cbf5746993148f1621f7f80c6d093d65dbb (patch)
treee8a62112a0f3a6937320bd26a827c0d75cad0140 /src/DebuggerKit
parent5fbec948d16f63c5847e8e27b4fafc9c081c76fd (diff)
[CHORE] GenericsLibrary: pstd, swap: Free function implementation update.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/DebuggerKit')
-rw-r--r--src/DebuggerKit/src/MachContractCLI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DebuggerKit/src/MachContractCLI.cpp b/src/DebuggerKit/src/MachContractCLI.cpp
index a13a980..dcd8767 100644
--- a/src/DebuggerKit/src/MachContractCLI.cpp
+++ b/src/DebuggerKit/src/MachContractCLI.cpp
@@ -25,7 +25,7 @@ static Void dbgi_ctrlc_handler(std::int32_t _) {
kKeepRunning = false;
}
-NECTAR_MODULE(DebuggerMachPOSIX) {
+NECTAR_MODULE(DebuggerMach) {
pfd::notify(
"Debugger Event",
"Userland Debugger\n(C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.");