Skip to content

Commit

Permalink
Fix the windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kumpera committed Sep 23, 2013
1 parent 98d2314 commit 3734c72
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mono/metadata/sgen-os-win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,9 @@ sgen_thread_handshake (BOOL suspend)
if (info->gc_disabled)
continue;
if (suspend) {
g_assert (!info->doing_handshake);
info->doing_handshake = TRUE;

if (!sgen_suspend_thread (info))
continue;
} else {
g_assert (info->doing_handshake);
info->doing_handshake = FALSE;

if (!sgen_resume_thread (info))
continue;
}
Expand Down

0 comments on commit 3734c72

Please sign in to comment.