summaryrefslogtreecommitdiff
path: root/rts/eventlog/EventLog.h
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-04-24 16:45:33 +0100
committerIan Lynagh <igloo@earth.li>2012-04-24 16:45:33 +0100
commit3020e6dc793100fe05aba4ae17475dbd1210fee1 (patch)
tree4cd7ae992f5819694b9e8f0411fb23e3f77a6628 /rts/eventlog/EventLog.h
parent0d8781b9098a84bee0546b3d083c6d1b43ab5736 (diff)
downloadhaskell-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/EventLog.h')
-rw-r--r--rts/eventlog/EventLog.h2
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,