Skip to content

Commit

Permalink
Fix formatting (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Nov 28, 2019
1 parent a9c2ad1 commit 89f3ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/src/jit/importer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6398,7 +6398,9 @@ bool Compiler::impCanPInvokeInlineCallSite(BasicBlock* block)
// otherwise we would end up with a stub that recursively calls itself, and end
// up with a stack overflow.
if (opts.jitFlags->IsSet(JitFlags::JIT_FLAG_IL_STUB) && opts.ShouldUsePInvokeHelpers())
{
return true;
}

return false;
}
Expand Down

0 comments on commit 89f3ff1

Please sign in to comment.