From fd821f5c182e0c6f2da2f299b7d1341affd0914f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 16 Oct 2006 22:18:24 +0000 Subject: Fixed several warnings (but warnings due to APIs not solved). CVS patchset: 8344 CVS date: 2006/10/16 22:18:24 --- src/xine-utils/memcpy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-utils/memcpy.c') diff --git a/src/xine-utils/memcpy.c b/src/xine-utils/memcpy.c index 68cc82aa2..15301f108 100644 --- a/src/xine-utils/memcpy.c +++ b/src/xine-utils/memcpy.c @@ -407,9 +407,9 @@ static struct { }; #if (defined(ARCH_X86) || defined(ARCH_X86_64)) && defined(HAVE_SYS_TIMES_H) -static unsigned long long int rdtsc(int config_flags) +static int64_t rdtsc(int config_flags) { - unsigned long long int x; + int64_t x; /* that should prevent us from trying cpuid with old cpus */ if( config_flags & MM_MMX ) { -- cgit v1.2.3