From Frank Lichtenheld, compile fix to Linux powerpc build.
This commit is contained in:
@@ -160,7 +160,7 @@ const Timer* Timer::instance()
|
||||
|
||||
Timer::Timer()
|
||||
{
|
||||
#if defined(__ia64) || defined(__x86_64__)
|
||||
#if defined(__ia64) || defined(__x86_64__) || defined(__powerpc)
|
||||
_useStandardClock = true;
|
||||
#else
|
||||
_useStandardClock = true;
|
||||
|
||||
Reference in New Issue
Block a user