1
0
Fork 0
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:
elsid 2024-01-19 14:23:39 +01:00
parent 48c3268bcb
commit c95c8fcc36
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -79,6 +79,7 @@ namespace
{ SIGILL, "Illegal instruction" },
{ SIGFPE, "FPU exception" },
{ SIGBUS, "System BUS error" },
{ SIGABRT, "Abnormal termination condition" },
};
constexpr SignalInfo sigIllCodes[] = {