Switch EventThreadID back to 32 bits.
authorSimon Marlow <marlowsd@gmail.com>
Thu, 12 Nov 2009 13:53:39 +0000 (13:53 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 12 Nov 2009 13:53:39 +0000 (13:53 +0000)
The log file format was still using 32 bits, this just updates the
header file to match; there should be no functional changes.

includes/rts/EventLogFormat.h

index ced4d10..83330da 100644 (file)
 
 typedef StgWord16 EventTypeNum;
 typedef StgWord64 EventTimestamp; // in nanoseconds
-typedef StgWord64 EventThreadID;
+typedef StgWord32 EventThreadID;
 typedef StgWord16 EventCapNo;
 typedef StgWord16 EventPayloadSize; // variable-size events