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 b5dba46c22..243d3e0598 100644 --- a/rts/RaiseAsync.h +++ b/rts/RaiseAsync.h @@ -44,7 +44,7 @@ MessageThrowTo *throwTo (Capability *cap, // the Capability we hold StgTSO *target, StgClosure *exception); // the exception closure -nat throwToMsg (Capability *cap, +uint32_t throwToMsg (Capability *cap, MessageThrowTo *msg); int maybePerformBlockedException (Capability *cap, StgTSO *tso); |