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

Unified Diff: src/include/portability.h

Issue 10919162: [MIPS] Implementation of sel_ldr for MIPS architecture. (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Rebase (Saturday morning). Created 8 years, 3 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 | « src/include/nacl_base.h ('k') | src/trusted/platform_qualify/arch/mips/nacl_dep_qualify_arch.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/include/portability.h
diff --git a/src/include/portability.h b/src/include/portability.h
index 98ad20696c88150ccb557121ac4b617ed8e59ec4..f101608ed191067b8f42aa0a240ebae963d671db 100644
--- a/src/include/portability.h
+++ b/src/include/portability.h
@@ -81,6 +81,8 @@
#define NACL_HOST_WORDSIZE 32
#elif defined(__ARMEL__)
#define NACL_HOST_WORDSIZE 32
+#elif defined(__mips__)
+#define NACL_HOST_WORDSIZE 32
#elif defined(__pnacl__)
#define NACL_HOST_WORDSIZE 32
#else
« no previous file with comments | « src/include/nacl_base.h ('k') | src/trusted/platform_qualify/arch/mips/nacl_dep_qualify_arch.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698