Changed postEvent last argument from "nat from" to "StgWord64 other".
authordonnie@darthik.com <unknown>
Mon, 13 Apr 2009 01:11:40 +0000 (01:11 +0000)
committerdonnie@darthik.com <unknown>
Mon, 13 Apr 2009 01:11:40 +0000 (01:11 +0000)
commitc29305dadcb245bb080f65d946d92d0035243b6c
tree741ae319986706faf986a26f06be7889cfa16aae
parent543823a15820e4006b4d973b1bddf07749f7c1b3
Changed postEvent last argument from "nat from" to "StgWord64 other".
StgWord64 other better represents this argument since it can be used as
any particular data, thus "other" and not the "from" capability as it was
previously strictly used.  Also, StgWord64 is normally larger than type
nat to allow for larger data to be passed through the "other" argument.
rts/eventlog/EventLog.c
rts/eventlog/EventLog.h