X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcheneygc.c;h=68c8004695ca321f0fdbc01976fe0ab33169ca2c;hb=e663f81f7297ab9f53b38d5f0975152de3557e69;hp=2fe298ce8957fa4a2229c11ee3d1fdcef8790bff;hpb=d6237a4b49e0a27e8abdd75f96eb467e4b8ab5d9;p=sbcl.git diff --git a/src/runtime/cheneygc.c b/src/runtime/cheneygc.c index 2fe298c..68c8004 100644 --- a/src/runtime/cheneygc.c +++ b/src/runtime/cheneygc.c @@ -109,7 +109,7 @@ lispobj copy_large_object(lispobj object, long nwords) { * last_generation argument. That's meaningless for us, since we're * not a generational GC. So we ignore it. */ void -collect_garbage(unsigned ignore) +collect_garbage(generation_index_t ignore) { #ifdef PRINTNOISE struct timeval start_tv, stop_tv;