stats: Fix swig wrapping for Tick in stats
authorSascha Bischoff <sascha.bischoff@arm.com>
Mon, 7 Jan 2013 21:56:36 +0000 (16:56 -0500)
committerSascha Bischoff <sascha.bischoff@arm.com>
Mon, 7 Jan 2013 21:56:36 +0000 (16:56 -0500)
commit8a767885d658e4c52e1f81932426233aa1975ed8
treeb133f49c17312404c9f4aa640b74538b79fc0c32
parent9f15510c2c0c346faf107a47486cc06d4921e7c9
stats: Fix swig wrapping for Tick in stats

Tick was not correctly wrapped for the stats system, and therefore it was not
possible to configure the stats dumping from the python scripts without
defining Ticks as long long. This patch fixes the wrapping of Tick by copying
the typemap of uint64_t to Tick.
src/python/swig/stats.i
src/sim/stat_control.cc
src/sim/stat_control.hh