diff --git a/source/lib/sysdep/arch/x86_x64/cache.cpp b/source/lib/sysdep/arch/x86_x64/cache.cpp index adfbf6bec5..f40099cd25 100644 --- a/source/lib/sysdep/arch/x86_x64/cache.cpp +++ b/source/lib/sysdep/arch/x86_x64/cache.cpp @@ -640,7 +640,7 @@ static Status DetectCacheAndTLB() return INFO::OK; } -const x86_x64::Cache* x86_x64::Caches(size_t idxCache) +const x86_x64::Cache* Caches(size_t idxCache) { static ModuleInitState initState; ModuleInit(&initState, DetectCacheAndTLB);