From 11e5099eb7abb2e016527795ffd32c5094e5324f Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 4 Nov 2005 22:32:00 +0000 Subject: * Replaced a bunch of inline and __inline with ID_INLINE * Replaced a bunch of __i386__ with id386 * General tidy up of asm preprocessor decisions * Removed C_ONLY from the dedicated server build git-svn-id: svn://svn.icculus.org/quake3/trunk@269 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/win32/win_shared.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'code/win32/win_shared.c') diff --git a/code/win32/win_shared.c b/code/win32/win_shared.c index be41b0c..fe75e3a 100644 --- a/code/win32/win_shared.c +++ b/code/win32/win_shared.c @@ -105,7 +105,6 @@ static void CPUID( int func, unsigned regs[4] ) { unsigned regEAX, regEBX, regECX, regEDX; -#ifndef __VECTORC __asm mov eax, func __asm __emit 00fh __asm __emit 0a2h @@ -118,12 +117,6 @@ static void CPUID( int func, unsigned regs[4] ) regs[1] = regEBX; regs[2] = regECX; regs[3] = regEDX; -#else - regs[0] = 0; - regs[1] = 0; - regs[2] = 0; - regs[3] = 0; -#endif } static int IsPentium( void ) -- cgit v1.2.3