diff options
author | Jacek Antonelli | 2009-11-18 23:08:01 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-11-18 23:10:06 -0600 |
commit | 98f909f9915448d49cd7fe83d044fdc490fc6003 (patch) | |
tree | 1d037f14a57505638dbc9f5fbd8a950290629b73 /linden/indra/llcommon/llfasttimer.h | |
parent | Added "File > Export Selected Objects..." (diff) | |
download | meta-impy-98f909f9915448d49cd7fe83d044fdc490fc6003.zip meta-impy-98f909f9915448d49cd7fe83d044fdc490fc6003.tar.gz meta-impy-98f909f9915448d49cd7fe83d044fdc490fc6003.tar.bz2 meta-impy-98f909f9915448d49cd7fe83d044fdc490fc6003.tar.xz |
SNOW-108: Fast timers fail on non i386 systems
Patch by Robin Cornelius
Diffstat (limited to 'linden/indra/llcommon/llfasttimer.h')
-rw-r--r-- | linden/indra/llcommon/llfasttimer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llfasttimer.h b/linden/indra/llcommon/llfasttimer.h index a32da18..2e66496 100644 --- a/linden/indra/llcommon/llfasttimer.h +++ b/linden/indra/llcommon/llfasttimer.h | |||
@@ -238,6 +238,7 @@ public: | |||
238 | static int sPauseHistory; | 238 | static int sPauseHistory; |
239 | static int sResetHistory; | 239 | static int sResetHistory; |
240 | static F64 sCPUClockFrequency; | 240 | static F64 sCPUClockFrequency; |
241 | static U64 sClockResolution; | ||
241 | 242 | ||
242 | private: | 243 | private: |
243 | EFastTimerType mType; | 244 | EFastTimerType mType; |