1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00
Mark Burton a9fd03053d Correct value of PLATFORM_TIMER_SYS_MAX for lua long builds.
It was being set to ( ( 1LL << 31 ) - 2 ) which only used 31 bits when 32
are available. By setting it to ( ( 1LL << 32 ) - 2 ) the range of the timer
is doubled to around 4295 seconds. Note that time values greater than
approx 2147 seconds will have the top bit (1 << 31) set and so will appear
to be negative as all numbers are considered to be signed.
2014-02-02 11:08:37 +00:00
..
2009-06-22 23:49:21 +00:00
2013-10-30 00:38:46 -08:00
2013-10-30 00:38:46 -08:00
2011-10-24 19:11:35 -05:00
2013-04-01 23:10:36 +03:00