Bring back memory stat! Someone is a clobbermonster.

This commit is contained in:
Siana Gearz
2013-04-23 11:46:44 +02:00
parent e484904e3b
commit d6d5d5ae1b
6 changed files with 26 additions and 28 deletions

View File

@@ -18,7 +18,7 @@
#include "llviewerprecompiledheaders.h"
#include "sgmemstat.h"
#if (!(LL_LINUX || LL_USE_TCMALLOC))
#if (!LL_LINUX && !LL_USE_TCMALLOC)
bool SGMemStat::haveStat() {
return false;
}