Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8692)

Unified Diff: src/client/mac/handler/mach_vm_compat.h

Issue 4664002: Set 32 bits iOS app to use vm_region_recurse_64. Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/client/mac/handler/mach_vm_compat.h
===================================================================
--- src/client/mac/handler/mach_vm_compat.h (revision 1361)
+++ src/client/mac/handler/mach_vm_compat.h (working copy)
@@ -39,11 +39,7 @@
#define mach_vm_address_t vm_address_t
#define mach_vm_deallocate vm_deallocate
#define mach_vm_read vm_read
-#if defined(__LP64__)
#define mach_vm_region_recurse vm_region_recurse_64
-#else
-#define mach_vm_region_recurse vm_region_recurse
-#endif
#define mach_vm_size_t vm_size_t
#else
#include <mach/mach_vm.h>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted