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

Unified Diff: client/mac/handler/minidump_generator.h

Issue 1304002: Make ARM64 detection consistent in chromium. Base URL: https://chromium.googlesource.com/external/google-breakpad/src.git@master
Patch Set: Rebase Created 9 years, 12 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 | « client/mac/handler/exception_handler.cc ('k') | client/mac/handler/ucontext_compat.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/mac/handler/minidump_generator.h
diff --git a/client/mac/handler/minidump_generator.h b/client/mac/handler/minidump_generator.h
index 3f7f8de0a6b436b4ab2131b52244c58219c3fedf..4e4b4a68488332a191b331d69d51eae1226000c2 100644
--- a/client/mac/handler/minidump_generator.h
+++ b/client/mac/handler/minidump_generator.h
@@ -51,7 +51,7 @@
#endif
#if defined(__arm__)
#define HAS_ARM_SUPPORT
-#elif defined(__arm64__)
+#elif defined(__aarch64__)
#define HAS_ARM64_SUPPORT
#elif defined(__i386__) || defined(__x86_64__)
#define HAS_X86_SUPPORT
@@ -207,7 +207,7 @@ class MinidumpGenerator {
// CPU type of the task being dumped.
cpu_type_t cpu_type_;
-
+
// System information
static char build_string_[16];
static int os_major_version_;
« no previous file with comments | « client/mac/handler/exception_handler.cc ('k') | client/mac/handler/ucontext_compat.h » ('j') | no next file with comments »

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