diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-30 10:22:15 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-30 10:22:15 +0200 |
| commit | befc10f9e391ebe538d9e40eb3ed42baf28829d5 (patch) | |
| tree | fd012dfe92c38cd1d46854e45705e991f16043e8 /dev/LibDebugger/src/POSIXMachContractCLI.cc | |
| parent | e9ea48e12f6df8fdfc8964f0a9f7f8c1c59ff466 (diff) | |
feat: Kernel+IP system for NeDBG.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibDebugger/src/POSIXMachContractCLI.cc')
| -rw-r--r-- | dev/LibDebugger/src/POSIXMachContractCLI.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibDebugger/src/POSIXMachContractCLI.cc b/dev/LibDebugger/src/POSIXMachContractCLI.cc index 1b3c8a2..d754643 100644 --- a/dev/LibDebugger/src/POSIXMachContractCLI.cc +++ b/dev/LibDebugger/src/POSIXMachContractCLI.cc @@ -41,7 +41,7 @@ LIBCOMPILER_MODULE(DebuggerMachPOSIX) { kStdOut << "[+] Image set to: " << kPath << "\n"; } - ::signal(SIGINT, dbgi_ctrlc_handler); + LibCompiler::(SIGINT, dbgi_ctrlc_handler); while (YES) { if (kKeepRunning) { |
