mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +00:00
Add missing description for SIGABRT
This commit is contained in:
parent
48c3268bcb
commit
c95c8fcc36
@ -79,6 +79,7 @@ namespace
|
|||||||
{ SIGILL, "Illegal instruction" },
|
{ SIGILL, "Illegal instruction" },
|
||||||
{ SIGFPE, "FPU exception" },
|
{ SIGFPE, "FPU exception" },
|
||||||
{ SIGBUS, "System BUS error" },
|
{ SIGBUS, "System BUS error" },
|
||||||
|
{ SIGABRT, "Abnormal termination condition" },
|
||||||
};
|
};
|
||||||
|
|
||||||
constexpr SignalInfo sigIllCodes[] = {
|
constexpr SignalInfo sigIllCodes[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user