mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 10:59:12 +00:00
(svn r18350) -Codechange: catch SIGILL under unix-like systems as well
This commit is contained in:
@@ -136,7 +136,7 @@ public:
|
||||
};
|
||||
|
||||
/** The signals we want our crash handler to handle. */
|
||||
static const int _signals_to_handle[] = { SIGSEGV, SIGABRT, SIGFPE, SIGBUS };
|
||||
static const int _signals_to_handle[] = { SIGSEGV, SIGABRT, SIGFPE, SIGBUS, SIGILL };
|
||||
|
||||
/**
|
||||
* Entry point for the crash handler.
|
||||
|
Reference in New Issue
Block a user