mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Run exception handlers on an alternate stack on Linux.
*Completely untested.* Someone please test.
This commit is contained in:
parent
bd4e75e69a
commit
7b0fdb52cd
4 changed files with 28 additions and 0 deletions
|
@ -11,4 +11,5 @@ namespace EMM
|
|||
{
|
||||
typedef u32 EAddr;
|
||||
void InstallExceptionHandler();
|
||||
void UninstallExceptionHandler();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue