Ticket #1074: t1074-cache-gcc-compile.patch

File t1074-cache-gcc-compile.patch, 477 bytes (added by Echelon9, 12 years ago)

Fix for GCC compile

  • source/lib/sysdep/arch/x86_x64/cache.cpp

     
    640640    return INFO::OK;
    641641}
    642642
    643 const x86_x64::Cache* x86_x64::Caches(size_t idxCache)
     643const x86_x64::Cache* Caches(size_t idxCache)
    644644{
    645645    static ModuleInitState initState;
    646646    ModuleInit(&initState, DetectCacheAndTLB);