mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 07:45:39 +00:00
Add missing description for SIGABRT
This commit is contained in:
parent
48c3268bcb
commit
c95c8fcc36
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ namespace
|
|||
{ SIGILL, "Illegal instruction" },
|
||||
{ SIGFPE, "FPU exception" },
|
||||
{ SIGBUS, "System BUS error" },
|
||||
{ SIGABRT, "Abnormal termination condition" },
|
||||
};
|
||||
|
||||
constexpr SignalInfo sigIllCodes[] = {
|
||||
|
|
Loading…
Reference in a new issue