From f501aa913b286c31fff7f45e04f43dd3e87766c3 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Thu, 19 Dec 2002 19:50:45 +0000 Subject: [PATCH] Update for ia64 --- include/osg/Timer | 4 ++++ 1 file changed, 4 insertions(+) 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{