put the @N suffix on stdcall foreign calls in .cmm code
[ghc-hetmet.git] / rts / HeapStackCheck.cmm
index 753e671..11af7c7 100644 (file)
@@ -13,6 +13,8 @@
 #include "Cmm.h"
 
 #ifdef __PIC__
+import EnterCriticalSection
+import LeaveCriticalSection
 import pthread_mutex_unlock;
 #endif