Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/3020e6dc793100fe05aba4ae17475dbd1210fee1

>---------------------------------------------------------------

commit 3020e6dc793100fe05aba4ae17475dbd1210fee1
Author: Ian Lynagh <[email protected]>
Date:   Tue Apr 24 16:45:33 2012 +0100

    Make the prototype for postHeapEvent match the definition
    
    I've assumed that the definition type is right.

>---------------------------------------------------------------

 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 d1b0814..b8ee56a 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,



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to