Skip to content

Commit

Permalink
Merge pull request dotnet#7521 from vkvenkat/master
Browse files Browse the repository at this point in the history
Fixed #7519 - Dotnet crashes while saturating multiple CPU groups on Windows
  • Loading branch information
sergiy-k authored Oct 8, 2016
2 parents 2d9b2ab + c0c2f37 commit 4170428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/threads.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@ Thread::Thread()

m_fGCSpecial = FALSE;

#if !defined(FEATURE_CORECLR)
#if !defined(FEATURE_PAL)
m_wCPUGroup = 0;
m_pAffinityMask = 0;
#endif
Expand Down

0 comments on commit 4170428

Please sign in to comment.