summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler')
-rw-r--r--dev/LibCompiler/Util/LCClUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/Util/LCClUtils.h b/dev/LibCompiler/Util/LCClUtils.h
index 8e7c4d7..94a113c 100644
--- a/dev/LibCompiler/Util/LCClUtils.h
+++ b/dev/LibCompiler/Util/LCClUtils.h
@@ -80,11 +80,11 @@ inline void drvi_crash_handler(std::int32_t id) {
switch (id) {
case SIGSEGV: {
- kStdOut << "SIGSEGV: Segmentation Fault." << kBlank << std::endl;
+ kStdOut << "SIGNAL: Segmentation Fault." << kBlank << std::endl;
break;
}
case SIGABRT: {
- kStdOut << "SIGABRT: Aborted." << kBlank << std::endl;
+ kStdOut << "SIGNAL: Aborted." << kBlank << std::endl;
break;
}
}