diff options
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) { |
