mirror of https://github.com/OpenTTD/OpenTTD
(svn r26199) -Fix (r29197): typo in function name
parent
9ee447731a
commit
298b003db1
|
@ -89,7 +89,7 @@ uint64 ottd_rdtsc() {return 0;}
|
||||||
*/
|
*/
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
void ottd_cpuid(int info[4], int type)
|
void ottd_cpuid(int info[4], int type)
|
||||||
__cpuiid(info, type);
|
__cpuid(info, type);
|
||||||
}
|
}
|
||||||
#elif defined(__x86_64__) || defined(__i386)
|
#elif defined(__x86_64__) || defined(__i386)
|
||||||
void ottd_cpuid(int info[4], int type)
|
void ottd_cpuid(int info[4], int type)
|
||||||
|
|
Loading…
Reference in New Issue