Fix probable OS X build error

This was SVN commit r9196.
This commit is contained in:
Ykkrosh 2011-04-07 17:18:32 +00:00
parent 99aa427ffa
commit e1b9083c41

View File

@ -77,6 +77,7 @@ size_t os_cpu_LargePageSize()
size_t os_cpu_QueryMemorySize()
{
size_t memorySize = 0;
size_t len = sizeof(memorySize);
// Argh, the API doesn't seem to be const-correct
/*const*/ int mib[2] = { CTL_HW, HW_PHYSMEM };