summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
diff options
context:
space:
mode:
authorHan Ming Ong <hanming@apple.com>2015-06-26 00:04:51 +0000
committerHan Ming Ong <hanming@apple.com>2015-06-26 00:04:51 +0000
commit459a23e0a3f076515b5dbfd0a33273d20d6a60f0 (patch)
treec5a45a27b85fa2473ac12c500fa99871453797b9 /lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
parent773e8c39665ef63e5d6e7797f862e90d84a9141d (diff)
downloadbcm5719-llvm-459a23e0a3f076515b5dbfd0a33273d20d6a60f0.tar.gz
bcm5719-llvm-459a23e0a3f076515b5dbfd0a33273d20d6a60f0.zip
Use the right ifdef macro, reviewed by Jason
llvm-svn: 240739
Diffstat (limited to 'lldb/tools/debugserver/source/MacOSX/MachVMMemory.h')
-rw-r--r--lldb/tools/debugserver/source/MacOSX/MachVMMemory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h b/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
index 1ec9453eb8e..ee5672993e2 100644
--- a/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
+++ b/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
@@ -30,7 +30,7 @@ public:
nub_bool_t GetMemoryRegionInfo(task_t task, nub_addr_t address, DNBRegionInfo *region_info);
#if defined (HOST_VM_INFO64_COUNT)
nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, cpu_type_t cputype, nub_process_t pid, vm_statistics64_data_t &vminfo, uint64_t &physical_memory, mach_vm_size_t &rprvt, mach_vm_size_t &rsize, mach_vm_size_t &vprvt, mach_vm_size_t &vsize, mach_vm_size_t &dirty_size, mach_vm_size_t &purgeable, mach_vm_size_t &anonymous);
-#elif
+#else
nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, cpu_type_t cputype, nub_process_t pid, vm_statistics_data_t &vminfo, uint64_t &physical_memory, mach_vm_size_t &rprvt, mach_vm_size_t &rsize, mach_vm_size_t &vprvt, mach_vm_size_t &vsize, mach_vm_size_t &dirty_size, mach_vm_size_t &purgeable, mach_vm_size_t &anonymous);
#endif
OpenPOWER on IntegriCloud