From fc756544a4e27ea3c74d59363c77a2ef4dcb735e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 24 Mar 2002 01:12:57 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40318 --- 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