diff --git a/ARMeilleure/Translation/Translator.cs b/ARMeilleure/Translation/Translator.cs index eb88385518..dacaf04c67 100644 --- a/ARMeilleure/Translation/Translator.cs +++ b/ARMeilleure/Translation/Translator.cs @@ -42,7 +42,7 @@ namespace ARMeilleure.Translation _funcs = new Dictionary(); _funcsHighCq = new ConcurrentDictionary(); - Aot.FullTranslate(_funcsHighCq); + Aot.FullTranslate(_funcsHighCq, memory.PageTable); _backgroundQueue = new ConcurrentQueue(); @@ -300,4 +300,4 @@ namespace ARMeilleure.Translation context.MarkLabel(lblExit); } } -} \ No newline at end of file +}