[*] No way should we be using DWORDs here
This commit is contained in:
parent
1e10d95b0b
commit
0d6d073b85
@ -190,7 +190,7 @@ namespace Aurora::Threading::Primitives
|
||||
}
|
||||
}
|
||||
|
||||
extern "C" DWORD SMTGetAPICNumber(void)
|
||||
extern "C" AuUInt32 SMTGetAPICNumber(void)
|
||||
{
|
||||
return AuHwInfo::cpuid(1).ebx >> 24;
|
||||
}
|
@ -15,7 +15,7 @@ namespace Aurora::Threading
|
||||
|
||||
extern "C"
|
||||
{
|
||||
DWORD SMTGetAPICNumber(void);
|
||||
AuUInt32 SMTGetAPICNumber(void);
|
||||
}
|
||||
|
||||
#include <Source/Extensions/Clocks.aarch64.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user