Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
decf06a7
Commit
decf06a7
authored
Sep 05, 2007
by
chak@cse.unsw.edu.au.
Browse files
FIX: Correct Leave/EnterCriticalSection imports
parent
bb7c2f85
Changes
3
Hide whitespace changes
Inline
Side-by-side
rts/HeapStackCheck.cmm
View file @
decf06a7
...
...
@@ -13,8 +13,8 @@
#include "Cmm.h"
#ifdef __PIC__
import EnterCriticalSection
import LeaveCriticalSection
import EnterCriticalSection
;
import LeaveCriticalSection
;
import pthread_mutex_unlock;
#endif
...
...
rts/PrimOps.cmm
View file @
decf06a7
...
...
@@ -47,8 +47,8 @@ import __gmpz_com;
import
base_GHCziIOBase_NestedAtomically_closure
;
import
pthread_mutex_lock
;
import
pthread_mutex_unlock
;
import
EnterCriticalSection
import
LeaveCriticalSection
import
EnterCriticalSection
;
import
LeaveCriticalSection
;
#endif
/*-----------------------------------------------------------------------------
...
...
rts/StgMiscClosures.cmm
View file @
decf06a7
...
...
@@ -14,8 +14,8 @@
#if
def
__PIC__
import
pthread_mutex_lock
;
import
EnterCriticalSection
import
LeaveCriticalSection
import
EnterCriticalSection
;
import
LeaveCriticalSection
;
import
base_GHCziBase_Czh_static_info
;
import
base_GHCziBase_Izh_static_info
;
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment