Skip to content

Commit f436b4b

Browse files
committed
Fix typo
1 parent 6b6cd11 commit f436b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CpuInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ void CpuInfo::init()
681681

682682
if (cacheSize > 0)
683683
{
684-
if (l1CacheSizes.find(cacheSize) != l1CacheSizes.end())
684+
if (l1CacheSizes.find(cacheSize) == l1CacheSizes.end())
685685
l1CacheSizes[cacheSize] = cpuId;
686686
break;
687687
}

0 commit comments

Comments
 (0)