summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/Detail
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-05-07 09:18:33 +0200
committerAmlal <amlal@nekernel.org>2025-05-07 09:18:33 +0200
commitd8d943929c25151fd6a8aadd6ea4cdbd5065845a (patch)
tree137147035caca99ed27431039b65b9ab61546d35 /dev/LibCompiler/Detail
parent23d3e00324b7f691a893df7e73462b9b73c03a4f (diff)
feat(LibCompiler): Reworking architecture to integrate the Arch() method in the AssemblyInterface.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/Detail')
-rw-r--r--dev/LibCompiler/Detail/ClUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/Detail/ClUtils.h b/dev/LibCompiler/Detail/ClUtils.h
index feb17fc..f47101a 100644
--- a/dev/LibCompiler/Detail/ClUtils.h
+++ b/dev/LibCompiler/Detail/ClUtils.h
@@ -51,7 +51,7 @@ inline void print_warning(std::string reason, std::string file) noexcept {
/// @internal
inline void segfault_handler(std::int32_t _) {
- pfd::notify("LibCompiler", "Driver just crashed, please report this to the developers.");
+ pfd::notify("LibCompiler", "Driver just crashed, please report this on the GitHub issues page.");
std::exit(LIBCOMPILER_EXEC_ERROR);
}
} // namespace Detail