From 15b6daa6d8e35e34ad077049c1f76d9f5966be9a Mon Sep 17 00:00:00 2001 From: "simonmar@microsoft.com" Date: Tue, 15 Jan 2008 09:57:36 +0000 Subject: [PATCH] small rearrangement --- rts/sm/GC.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rts/sm/GC.c b/rts/sm/GC.c index 6510e77..fe26cf9 100644 --- a/rts/sm/GC.c +++ b/rts/sm/GC.c @@ -207,12 +207,12 @@ GarbageCollect ( rtsBool force_major_gc ) } #endif - // tell the STM to discard any cached closures it's hoping to re-use - stmPreGCHook(); - // tell the stats department that we've started a GC stat_startGC(); + // tell the STM to discard any cached closures it's hoping to re-use + stmPreGCHook(); + #ifdef DEBUG // check for memory leaks if DEBUG is on memInventory(); -- 1.7.10.4