mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
(svn r26200) -Fix (r26197): hopefully it works now
This commit is contained in:
parent
298b003db1
commit
868a67111b
@ -89,6 +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)
|
||||||
|
{
|
||||||
__cpuid(info, type);
|
__cpuid(info, type);
|
||||||
}
|
}
|
||||||
#elif defined(__x86_64__) || defined(__i386)
|
#elif defined(__x86_64__) || defined(__i386)
|
||||||
|
Loading…
Reference in New Issue
Block a user