We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a89f9 commit c6aeaa6Copy full SHA for c6aeaa6
bin/ch/ch.manifest
@@ -18,4 +18,4 @@
18
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
19
</application>
20
</compatibility>
21
-</assembly>
+</assembly>
lib/Runtime/Base/ThreadContextInfo.cpp
@@ -503,9 +503,9 @@ ThreadContextInfo::SetValidCallTargetInternal(
503
#if DBG
504
if (isSetValid
505
#if ENABLE_OOP_NATIVE_CODEGEN
506
- && !JITManager::GetJITManager()->IsOOPJITEnabled()
+ && !JITManager::GetJITManager()->IsOOPJITEnabled()
507
#endif
508
- )
+ )
509
{
510
_guard_check_icall((uintptr_t)callTargetAddress);
511
}
0 commit comments