diff --git a/include/osg/Timer b/include/osg/Timer index a68f0fa3c..2e71e3131 100644 --- a/include/osg/Timer +++ b/include/osg/Timer @@ -131,7 +131,11 @@ class SG_EXPORT Timer { #include +#ifdef __ia64 + #define CLK(x) ((x)=0) +#else #define CLK(x) __asm__ volatile (".byte 0x0f, 0x31" : "=A" (x)) +#endif namespace osg{