Changeset - r21115:d5bd4869a943
[Not reviewed]
master
0 1 0
rubidium - 11 years ago 2014-01-02 09:26:21
rubidium@openttd.org
(svn r26200) -Fix (r26197): hopefully it works now
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/cpu.cpp
Show inline comments
 
@@ -89,6 +89,7 @@ uint64 ottd_rdtsc() {return 0;}
 
 */
 
#if defined(_MSC_VER)
 
void ottd_cpuid(int info[4], int type)
 
{
 
	__cpuid(info, type);
 
}
 
#elif defined(__x86_64__) || defined(__i386)
0 comments (0 inline, 0 general)