Skip to content

Commit

Permalink
Merge pull request #828 from mateusz-holenko/master
Browse files Browse the repository at this point in the history
Fix build.
  • Loading branch information
kumpera committed Dec 6, 2013
2 parents 13899a5 + b6e2752 commit ac7a23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/metadata/boehm-gc.c
Expand Up @@ -987,7 +987,7 @@ mono_gc_get_managed_allocator_by_type (int atype)
mono_mutex_lock (&mono_gc_lock);
if (alloc_method_cache [atype]) {
mono_free_method (res);
res = alloc_method_cache [atype]
res = alloc_method_cache [atype];
} else {
mono_memory_barrier ();
alloc_method_cache [atype] = res;
Expand Down

0 comments on commit ac7a23e

Please sign in to comment.