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

Unified Diff: src/trusted/validator/cpufeatures.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/sel_rt.h ('k') | src/trusted/validator/ncvalidate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator/cpufeatures.h
diff --git a/src/trusted/validator/cpufeatures.h b/src/trusted/validator/cpufeatures.h
index 92101190dff71e9807075e4694421402ba5274b0..d72c9af966a0da38453e080f4c624b1f52d1f639 100644
--- a/src/trusted/validator/cpufeatures.h
+++ b/src/trusted/validator/cpufeatures.h
@@ -19,6 +19,11 @@ typedef NaClCPUFeaturesX86 NaClCPUFeatures;
#include "native_client/src/trusted/validator_arm/cpuid_arm.h"
typedef NaClCPUFeaturesArm NaClCPUFeatures;
+#elif NACL_ARCH(NACL_BUILD_ARCH) == NACL_mips
+
+#include "native_client/src/trusted/validator_mips/cpuid_mips.h"
+typedef NaClCPUFeaturesMips NaClCPUFeatures;
+
#else
#error Unknown platform!
« no previous file with comments | « src/trusted/service_runtime/sel_rt.h ('k') | src/trusted/validator/ncvalidate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698