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

Unified Diff: src/include/elf_constants.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/concurrency_ops.h ('k') | src/include/nacl_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/include/elf_constants.h
diff --git a/src/include/elf_constants.h b/src/include/elf_constants.h
index bda28033d0d55a32408ba8cf5b4d1beab849d3ff..97cfd3641610da08809d97ba81651d08b1f7ac1e 100644
--- a/src/include/elf_constants.h
+++ b/src/include/elf_constants.h
@@ -68,7 +68,7 @@ EXTERN_C_BEGIN
#define EM_68K 4 /* motorola 68000 */
#define EM_88K 5 /* motorola 88000 */
#define EM_860 7 /* intel 80860 */
-#define EM_MIPS 9 /* mips rs3000 big-endian */
+#define EM_MIPS 8 /* mips rs3000 */
#define EM_MIPS_RS4_BE 10 /* mips rs4000 big-endian */
#define EM_LORESERVED 11
#define EM_HIRESERVED 16
« no previous file with comments | « src/include/concurrency_ops.h ('k') | src/include/nacl_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698