Merge the smp and threaded RTS ways
[ghc-hetmet.git] / ghc / rts / Sanity.c
index 9ee630c..0e68a86 100644 (file)
@@ -549,7 +549,7 @@ checkHeap(bdescr *bd)
 {
     StgPtr p;
 
-#if defined(SMP)
+#if defined(THREADED_RTS)
     // heap sanity checking doesn't work with SMP, because we can't
     // zero the slop (see Updates.h).
     return;