diff options
author | Ian Lynagh <igloo@earth.li> | 2012-04-24 16:45:33 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-04-24 16:45:33 +0100 |
commit | 3020e6dc793100fe05aba4ae17475dbd1210fee1 (patch) | |
tree | 4cd7ae992f5819694b9e8f0411fb23e3f77a6628 /rts/eventlog | |
parent | 0d8781b9098a84bee0546b3d083c6d1b43ab5736 (diff) | |
download | haskell-3020e6dc793100fe05aba4ae17475dbd1210fee1.tar.gz |
Make the prototype for postHeapEvent match the definition
I've assumed that the definition type is right.
Diffstat (limited to 'rts/eventlog')
-rw-r--r-- | rts/eventlog/EventLog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/eventlog/EventLog.h b/rts/eventlog/EventLog.h index d1b0814114..b8ee56aa3b 100644 --- a/rts/eventlog/EventLog.h +++ b/rts/eventlog/EventLog.h @@ -106,7 +106,7 @@ void postThreadLabel(Capability *cap, void postHeapEvent (Capability *cap, EventTypeNum tag, EventCapsetID heap_capset, - StgWord info1); + lnat info1); void postEventHeapInfo (EventCapsetID heap_capset, nat gens, |