Exclude this code for OSX PPC for now

This commit is contained in:
twinaphex 2016-06-12 18:52:30 +02:00
parent a01985273b
commit 8431b63235

View File

@ -683,7 +683,7 @@ static uint64_t frontend_darwin_get_mem_total(void)
static uint64_t frontend_darwin_get_mem_free(void)
{
#ifdef OSX
#if defined(OSX) && !defined(OSX_PPC)
vm_size_t page_size;
vm_statistics64_data_t vm_stats;
mach_port_t mach_port = mach_host_self();