mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 00:47:11 +02:00
Merge branch 'host-tracked-clean' into new-jit-ht
This commit is contained in:
commit
133f7d10de
16 changed files with 2246 additions and 28 deletions
|
@ -80,7 +80,7 @@ namespace ARMeilleure.Translation
|
|||
|
||||
FunctionTable.Fill = (ulong)Stubs.SlowDispatchStub;
|
||||
|
||||
if (memory.Type.IsHostMapped())
|
||||
if (memory.Type.IsHostMappedOrTracked())
|
||||
{
|
||||
NativeSignalHandler.InitializeSignalHandler(allocator.GetPageSize());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue