Louis Lafreniere 7 лет назад
Родитель
Сommit
c6aeaa657c
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      bin/ch/ch.manifest
  2. 2 2
      lib/Runtime/Base/ThreadContextInfo.cpp

+ 1 - 1
bin/ch/ch.manifest

@@ -18,4 +18,4 @@
             <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>          
         </application> 
     </compatibility>
-</assembly>
+</assembly>

+ 2 - 2
lib/Runtime/Base/ThreadContextInfo.cpp

@@ -503,9 +503,9 @@ ThreadContextInfo::SetValidCallTargetInternal(
 #if DBG
         if (isSetValid
 #if ENABLE_OOP_NATIVE_CODEGEN
-			&& !JITManager::GetJITManager()->IsOOPJITEnabled()
+            && !JITManager::GetJITManager()->IsOOPJITEnabled()
 #endif
-			)
+            )
         {
             _guard_check_icall((uintptr_t)callTargetAddress);
         }