From 2b154b216acef59ea1e920b13892c907e0f47d61 Mon Sep 17 00:00:00 2001 From: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> Date: Wed, 11 Sep 2019 17:09:43 +0200 Subject: [PATCH] Update Translator.cs --- ARMeilleure/Translation/Translator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}