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

Unified Diff: src/trusted/service_runtime/arch/sel_ldr_arch.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/trusted/service_runtime/arch/mips/tramp_mips.S ('k') | src/trusted/service_runtime/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/arch/sel_ldr_arch.h
diff --git a/src/trusted/service_runtime/arch/sel_ldr_arch.h b/src/trusted/service_runtime/arch/sel_ldr_arch.h
index 0089503f6705be6cf4b0d80e1c584e6d716bdfe8..fb9ee755dabae3f9dede0e791e404d0be55fd474 100644
--- a/src/trusted/service_runtime/arch/sel_ldr_arch.h
+++ b/src/trusted/service_runtime/arch/sel_ldr_arch.h
@@ -19,6 +19,8 @@
#include "native_client/src/trusted/service_runtime/arch/x86/sel_ldr_x86.h"
#elif NACL_ARCH(NACL_BUILD_ARCH) == NACL_arm
#include "native_client/src/trusted/service_runtime/arch/arm/sel_ldr_arm.h"
+#elif NACL_ARCH(NACL_BUILD_ARCH) == NACL_mips
+#include "native_client/src/trusted/service_runtime/arch/mips/sel_ldr_mips.h"
#else
#error Unknown platform!
#endif
« no previous file with comments | « src/trusted/service_runtime/arch/mips/tramp_mips.S ('k') | src/trusted/service_runtime/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698