Update Translator.cs
This commit is contained in:
parent
cff5653990
commit
2b154b216a
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ namespace ARMeilleure.Translation
|
|||
_funcs = new Dictionary<ulong, TranslatedFunction>();
|
||||
_funcsHighCq = new ConcurrentDictionary<ulong, TranslatedFunction>();
|
||||
|
||||
Aot.FullTranslate(_funcsHighCq);
|
||||
Aot.FullTranslate(_funcsHighCq, memory.PageTable);
|
||||
|
||||
_backgroundQueue = new ConcurrentQueue<ulong>();
|
||||
|
||||
|
@ -300,4 +300,4 @@ namespace ARMeilleure.Translation
|
|||
context.MarkLabel(lblExit);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue