diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-20 15:53:46 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-20 15:55:09 +0200 |
| commit | 2fd6271bdc6c2382194cf79dd67a9482d152e94e (patch) | |
| tree | ce2763cdcbb154b03e631040930e67e9c4e3ac59 /dev/LibCompiler/src/CCompilerPower64.cc | |
| parent | 13ea83fa23ed118e7310b641d2895b830b2267ac (diff) | |
feat(cxxdrv): Improving and patching C++'s driver segfault at exit.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/CCompilerPower64.cc')
| -rw-r--r-- | dev/LibCompiler/src/CCompilerPower64.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc index 30a1ab3..e5b25a5 100644 --- a/dev/LibCompiler/src/CCompilerPower64.cc +++ b/dev/LibCompiler/src/CCompilerPower64.cc @@ -1217,7 +1217,7 @@ static void cc_print_help() { #define kExt ".c" LIBCOMPILER_MODULE(NeOSCompilerCLangPowerPC) { - ::signal(SIGSEGV, Detail::segfault_handler); + ::signal(SIGSEGV, Detail::drv_segfault_handler); kCompilerTypes.push_back({.fName = "void", .fValue = "void"}); kCompilerTypes.push_back({.fName = "char", .fValue = "byte"}); |
