[sgen] Fix sgen binary protocol timestamp
authorVlad Brezae <brezaevlad@gmail.com>
Fri, 18 Mar 2016 09:05:14 +0000 (16:05 +0700)
committerVlad Brezae <brezaevlad@gmail.com>
Mon, 28 Mar 2016 16:34:38 +0000 (19:34 +0300)
commite899317ec2550ee7a263988cb28cb5370bb95d9c
tree69218d509851c8b0e1d0861ae7930c5c1a56cf51
parentd5a07c6532e4b3db757a45577ae0c5fbab11308f
[sgen] Fix sgen binary protocol timestamp

TV_ELAPSED was cast to long instead of gint64, overflowing on some platforms.
mono/metadata/sgen-client-mono.h
mono/metadata/sgen-new-bridge.c
mono/metadata/sgen-old-bridge.c
mono/sgen/sgen-gc.c