From d982cbac62db708262a564bd65e6a6a316d1daf2 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 24 Mar 2002 01:12:57 +0000 Subject: [PATCH] *** empty log message *** --- src/timer/linux/SDL_systimer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/timer/linux/SDL_systimer.c b/src/timer/linux/SDL_systimer.c index db5d62ac6..eefaf98fb 100644 --- a/src/timer/linux/SDL_systimer.c +++ b/src/timer/linux/SDL_systimer.c @@ -57,6 +57,7 @@ static char rcsid = #endif #if defined(i386) || defined(__i386__) +/* This only works on pentium or newer x86 processors */ /* Actually, this isn't reliable on multi-cpu systems, so is disabled */ /*#define USE_RDTSC*/ #endif