mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 06:57:13 +02:00
Use alternate stack for the segfault handler too
This commit is contained in:
parent
63b2e587e4
commit
f2a0031f26
5 changed files with 22 additions and 111 deletions
|
@ -117,9 +117,8 @@ namespace Ryujinx.Cpu.Nce
|
|||
int tableIndex = NceThreadTable.Register(_getTpidrEl0(), nec.NativeContextPtr);
|
||||
|
||||
nec.SetStartAddress(address);
|
||||
nec.RegisterAlternateStack();
|
||||
_threadStart(nec.NativeContextPtr);
|
||||
nec.UnregisterAlternateStack();
|
||||
nec.Exit();
|
||||
|
||||
NceThreadTable.Unregister(tableIndex);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue