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

Unified Diff: client/mac/handler/dynamic_images.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 11 years 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 | client/mac/handler/exception_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/mac/handler/dynamic_images.h
diff --git a/client/mac/handler/dynamic_images.h b/client/mac/handler/dynamic_images.h
index 6f4c3377d273558d6d0808fa1dd4e6f0e9e6b5a6..65147900b822f037db955f75fc4dbe41032c3b6c 100644
--- a/client/mac/handler/dynamic_images.h
+++ b/client/mac/handler/dynamic_images.h
@@ -285,7 +285,7 @@ class DynamicImages {
return CPU_TYPE_POWERPC64;
#elif defined(__arm__)
return CPU_TYPE_ARM;
-#elif defined(__arm64__)
+#elif defined(__aarch64__)
return CPU_TYPE_ARM64;
#else
#error "GetNativeCPUType not implemented for this architecture"
« no previous file with comments | « no previous file | client/mac/handler/exception_handler.cc » ('j') | no next file with comments »

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