fix a non-portable printf format
[ghc-hetmet.git] / rts / FrontPanel.c
index 2ce91e2..ebba405 100644 (file)
 /* #include "PosixSource.h" */
 
 #include "Rts.h"
+
 #include "RtsUtils.h"
-#include "MBlock.h"
 #include "FrontPanel.h"
 #include "Stats.h"
-#include "RtsFlags.h"
 #include "Schedule.h"
 
 #include <gtk/gtk.h>
@@ -698,7 +697,7 @@ residencyCensus( void )
                        break;
                        
                    case WEAK:
-                   case STABLE_NAME:
+                   case PRIM:
                    case MVAR:
                    case MUT_VAR:
 /*                 case MUT_CONS: FIXME: case does not exist */