X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fsgen%2Fsgen-alloc.c;h=6c21c466f3fa6fcf51b6b210fa590129b04c668e;hb=HEAD;hp=2e1178ad3926402057862c87b67dd792684e9026;hpb=3b3017dbe482ef7fef5e56f19aeae9c9ccea35d7;p=mono.git diff --git a/mono/sgen/sgen-alloc.c b/mono/sgen/sgen-alloc.c index 2e1178ad392..6c21c466f3f 100644 --- a/mono/sgen/sgen-alloc.c +++ b/mono/sgen/sgen-alloc.c @@ -69,7 +69,7 @@ alloc_degraded (GCVTable vtable, size_t size, gboolean for_mature) GCObject *p; if (!for_mature) { - sgen_client_degraded_allocation (size); + sgen_client_degraded_allocation (); SGEN_ATOMIC_ADD_P (degraded_mode, size); sgen_ensure_free_space (size, GENERATION_OLD); } else {