Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit e8a9e45

Browse files
authored
Switch from int to long (#8614)
Interlocked has poor codegen for non-word size, so fix that.
1 parent 5324cd2 commit e8a9e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/core/MonoDevelop.Core/MonoDevelop.Projects.MSBuild/RemoteBuildEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class RemoteBuildEngine
4242
{
4343
RemoteProcessConnection connection;
4444
bool alive = true;
45-
static int count;
45+
static long count;
4646
int busy;
4747
int buildSessionLoggerId;
4848
CancellationTokenSource disposalCancelSource;

0 commit comments

Comments
 (0)