mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix typo
This commit is contained in:
parent
23070bd8ce
commit
89bedf59d8
@ -511,7 +511,7 @@ const CPUInformation& GetCPUInformation(void)
|
||||
}
|
||||
if (nCacheType & 1)
|
||||
{
|
||||
// This cache includes data cache: it's either data or unified. Instuction cache type is 2.
|
||||
// This cache includes data cache: it's either data or unified. Instruction cache type is 2.
|
||||
uint32_t nCacheLevel = (cpuid4.eax >> 5) & 7;
|
||||
if (nCacheLevel < nCachesToQuery)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user