diff options
Diffstat (limited to 'rts/RaiseAsync.h')
-rw-r--r-- | rts/RaiseAsync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RaiseAsync.h b/rts/RaiseAsync.h index 8e59d51d9f..3ab96abac2 100644 --- a/rts/RaiseAsync.h +++ b/rts/RaiseAsync.h @@ -45,7 +45,7 @@ void awakenBlockedExceptionQueue (Capability *cap, StgTSO *tso); * indefinitely). Interruptible threads can be sent an exception with * killThread# even if they have async exceptions blocked. */ -STATIC_INLINE int +INLINE_HEADER int interruptible(StgTSO *t) { switch (t->why_blocked) { |