From: simonpj Date: Thu, 24 Feb 2005 09:41:49 +0000 (+0000) Subject: [project @ 2005-02-24 09:41:49 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1025 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=52d87e8b21e6df632ce56780d32011b7f9244ee4 [project @ 2005-02-24 09:41:49 by simonpj] Add missing semicolon; merge to stable --- diff --git a/ghc/rts/RetainerProfile.c b/ghc/rts/RetainerProfile.c index 3388978..927a734 100644 --- a/ghc/rts/RetainerProfile.c +++ b/ghc/rts/RetainerProfile.c @@ -1770,7 +1770,7 @@ computeRetainerSet( void ) // object (computing sumOfNewCostExtra and updating costArray[] when // debugging retainer profiler). for (g = 0; g < RtsFlags.GcFlags.generations; g++) { - ASSERT(g != 0 || (generations[g].mut_list == NULL)) + ASSERT(g != 0 || (generations[g].mut_list == NULL)); // Traversing through mut_list is necessary // because we can find MUT_VAR objects which have not been