You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
381 B
12 lines
381 B
--- a/rts/STM.c
|
|
+++ b/rts/STM.c
|
|
@@ -927,7 +927,7 @@ void stmPreGCHook (Capability *cap) {
|
|
static volatile StgInt64 max_commits = 0;
|
|
|
|
#if defined(THREADED_RTS)
|
|
-static volatile StgBool token_locked = FALSE;
|
|
+static volatile StgWord token_locked = FALSE;
|
|
|
|
static void getTokenBatch(Capability *cap) {
|
|
while (cas((void *)&token_locked, FALSE, TRUE) == TRUE) { /* nothing */ }
|