summaryrefslogtreecommitdiff
path: root/includes/rts/Constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Constants.h')
-rw-r--r--includes/rts/Constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h
index 354abbbdd9..140aaa4210 100644
--- a/includes/rts/Constants.h
+++ b/includes/rts/Constants.h
@@ -223,8 +223,8 @@
#define BlockedOnGA_NoSend 9
/* Only relevant for THREADED_RTS: */
#define BlockedOnCCall 10
-#define BlockedOnCCall_NoUnblockExc 11
- /* same as above but don't unblock async exceptions in resumeThread() */
+#define BlockedOnCCall_Interruptible 11
+ /* same as above but permit killing the worker thread */
/* Involved in a message sent to tso->msg_cap */
#define BlockedOnMsgThrowTo 12