diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-09-04 14:28:53 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-09-04 14:28:53 +0000 |
commit | 0981e24e9980b8b26e6f20fc56bebc1c7416cc4f (patch) | |
tree | 32e71877b4ce56a24e1ade784f1ebcbd9c436822 /rts/StgMiscClosures.cmm | |
parent | 0f8ecdcd05627848c9eaea6c9d5e88e10e7ec78d (diff) | |
download | haskell-0981e24e9980b8b26e6f20fc56bebc1c7416cc4f.tar.gz |
put the @N suffix on stdcall foreign calls in .cmm code
This applies to EnterCriticalSection and LeaveCriticalSection in the RTS
Diffstat (limited to 'rts/StgMiscClosures.cmm')
-rw-r--r-- | rts/StgMiscClosures.cmm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/StgMiscClosures.cmm b/rts/StgMiscClosures.cmm index 43efa784a0..afd302aeff 100644 --- a/rts/StgMiscClosures.cmm +++ b/rts/StgMiscClosures.cmm @@ -14,6 +14,8 @@ #ifdef __PIC__ import pthread_mutex_lock; +import EnterCriticalSection +import LeaveCriticalSection import base_GHCziBase_Czh_static_info; import base_GHCziBase_Izh_static_info; #endif |