Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3778)

Unified Diff: base/third_party/nspr/prcpucfg_linux.h

Issue 10826296: Introduce shared_memory_support media target for PPAPI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt ARMEL fix, Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/third_party/nspr/prcpucfg_nacl.h » ('j') | media/audio/shared_memory_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/nspr/prcpucfg_linux.h
diff --git a/base/third_party/nspr/prcpucfg_linux.h b/base/third_party/nspr/prcpucfg_linux.h
index 776c21e0fc79ab9f3284d4d8a6591a4071580781..cf81ce0814459ff67afb6276a1aa4de184d9dcac 100644
--- a/base/third_party/nspr/prcpucfg_linux.h
+++ b/base/third_party/nspr/prcpucfg_linux.h
@@ -464,7 +464,7 @@
#define PR_BYTES_PER_WORD_LOG2 2
#define PR_BYTES_PER_DWORD_LOG2 3
-#elif defined(__arm__)
+#elif defined(__ARMEL__)
#define IS_LITTLE_ENDIAN 1
#undef IS_BIG_ENDIAN
« no previous file with comments | « no previous file | base/third_party/nspr/prcpucfg_nacl.h » ('j') | media/audio/shared_memory_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698