1
0
forked from 0ad/0ad

[gcc] compile fix.

fixes #1074
thanks to Echelon9!

This was SVN commit r10816.
This commit is contained in:
janwas 2011-12-27 18:56:20 +00:00
parent 3537ae31d5
commit 0d05c96be2

View File

@ -640,7 +640,7 @@ static Status DetectCacheAndTLB()
return INFO::OK; return INFO::OK;
} }
const x86_x64::Cache* x86_x64::Caches(size_t idxCache) const x86_x64::Cache* Caches(size_t idxCache)
{ {
static ModuleInitState initState; static ModuleInitState initState;
ModuleInit(&initState, DetectCacheAndTLB); ModuleInit(&initState, DetectCacheAndTLB);