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

Unified Diff: base/third_party/nspr/prcpucfg_nacl.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
Index: base/third_party/nspr/prcpucfg_nacl.h
diff --git a/base/third_party/nspr/prcpucfg_nacl.h b/base/third_party/nspr/prcpucfg_nacl.h
index d8602d35111cefcdbc69e35c9ec9700678c0fbb2..11d099aa190805e6a145c0b45d1cc8772fcb2c55 100644
--- a/base/third_party/nspr/prcpucfg_nacl.h
+++ b/base/third_party/nspr/prcpucfg_nacl.h
@@ -139,7 +139,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

Powered by Google App Engine
This is Rietveld 408576698