X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRaiseAsync.h;fp=rts%2FRaiseAsync.h;h=805281443e2e6a9860263b30e55b1720761b6f81;hb=178837a730c65349b32b29bd22356bacde110e18;hp=3ab96abac20b33fc74eb077c6c754ed5544a8151;hpb=7afd995197924dc6d650b51e160755d651ad1e0d;p=ghc-hetmet.git diff --git a/rts/RaiseAsync.h b/rts/RaiseAsync.h index 3ab96ab..8052814 100644 --- a/rts/RaiseAsync.h +++ b/rts/RaiseAsync.h @@ -38,7 +38,7 @@ nat throwTo (Capability *cap, // the Capability we hold void throwToReleaseTarget (void *tso); #endif -void maybePerformBlockedException (Capability *cap, StgTSO *tso); +int maybePerformBlockedException (Capability *cap, StgTSO *tso); void awakenBlockedExceptionQueue (Capability *cap, StgTSO *tso); /* Determine whether a thread is interruptible (ie. blocked