diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-04 12:31:10 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-04 12:31:10 +0200 |
| commit | ea991f7e7c882c6e36ed2f6042d025edc9baf49f (patch) | |
| tree | 3f5e7962c20e724c120f5f9f7f02a800726bd69b /dev/LibCompiler/Detail | |
| parent | fb12b9730d78052f5cafbd84fbc9a830a22cec17 (diff) | |
bug(LibCompiler/C++): Segfault raised when compiling C++ source.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/Detail')
| -rw-r--r-- | dev/LibCompiler/Detail/ClUtils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/Detail/ClUtils.h b/dev/LibCompiler/Detail/ClUtils.h index 224e4d3..5ec9857 100644 --- a/dev/LibCompiler/Detail/ClUtils.h +++ b/dev/LibCompiler/Detail/ClUtils.h @@ -51,8 +51,8 @@ inline void print_warning(std::string reason, std::string file) noexcept { /// @internal inline void segfault_handler(std::int32_t _) { - pfd::notify("NeKernel Compiler Driver System", + pfd::notify("LibCompiler", "Driver just crashed, please report this to the developers."); std::exit(LIBCOMPILER_EXEC_ERROR); } -} // namespace Detail
\ No newline at end of file +} // namespace Detail |
