[project @ 2005-02-03 10:57:06 by simonmar]
[ghc-hetmet.git] / ghc / rts / GCCompact.c
index 45836db..2f124d5 100644 (file)
@@ -645,7 +645,7 @@ thread_obj (StgInfoTable *info, StgPtr p)
 
     case TREC_CHUNK:
     {
-        int i;
+        StgWord i;
         StgTRecChunk *tc = (StgTRecChunk *)p;
        TRecEntry *e = &(tc -> entries[0]);
        thread((StgPtr)&tc->prev_chunk);