mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
Run exception handlers on an alternate stack on Linux.
*Completely untested.* Someone please test.
This commit is contained in:
@ -86,4 +86,7 @@ void InstallExceptionHandler()
|
||||
sigemptyset(&sa.sa_mask);
|
||||
sigaction(SIGSEGV, &sa, nullptr);
|
||||
}
|
||||
|
||||
void UninstallExceptionHandler() {}
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user