Add ASSERTs to all calls of nameModule
[ghc-hetmet.git] / rts / sm / Evac.h
index 33ee4c5..e6ef02c 100644 (file)
@@ -1,6 +1,6 @@
 /* -----------------------------------------------------------------------------
  *
- * (c) The GHC Team 1998-2006
+ * (c) The GHC Team 1998-2008
  *
  * Generational garbage collector: evacuation functions
  *
@@ -28,6 +28,6 @@
 #endif
 
 REGPARM1 void evacuate  (StgClosure **p);
-REGPARM1 void evacuate0 (StgClosure **p);
+REGPARM1 void evacuate1 (StgClosure **p);
 
 extern lnat thunk_selector_depth;