mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 11:26:24 +02:00
Host tracked needs signal handling too
This commit is contained in:
parent
2feecd05a3
commit
85f83592c7
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ namespace Ryujinx.Cpu.LightningJit
|
||||||
|
|
||||||
FunctionTable.Fill = (ulong)Stubs.SlowDispatchStub;
|
FunctionTable.Fill = (ulong)Stubs.SlowDispatchStub;
|
||||||
|
|
||||||
if (memory.Type == MemoryManagerType.HostMapped || memory.Type == MemoryManagerType.HostMappedUnsafe)
|
if (memory.Type == MemoryManagerType.HostTracked ||
|
||||||
|
memory.Type == MemoryManagerType.HostMapped ||
|
||||||
|
memory.Type == MemoryManagerType.HostMappedUnsafe)
|
||||||
{
|
{
|
||||||
NativeSignalHandler.InitializeSignalHandler(allocator.GetPageSize());
|
NativeSignalHandler.InitializeSignalHandler(allocator.GetPageSize());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue