Extend ModBreaks with the srcspan's of the enclosing expressions
[ghc-hetmet.git] / rts / HeapStackCheck.cmm
index a42ba8f..a4fb5c0 100644 (file)
@@ -12,7 +12,9 @@
 
 #include "Cmm.h"
 
+#ifdef __PIC__
 import pthread_mutex_unlock;
+#endif
 
 /* Stack/Heap Check Failure
  * ------------------------