X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FRaiseAsync.h;h=3ab96abac20b33fc74eb077c6c754ed5544a8151;hp=8e59d51d9f8115bdf94b28ff7ccc6e9a086d2c4f;hb=ab0e778ccfde61aed4c22679b24d175fc6cc9bf3;hpb=2246c514eade324d70058ba3135dc0c51ee9353b diff --git a/rts/RaiseAsync.h b/rts/RaiseAsync.h index 8e59d51..3ab96ab 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) {