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

Unified Diff: src/trusted/service_runtime/arch/x86_32/sel_ldr_x86_32.c

Issue 11864002: Move CPU features into its own static library. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Address bsy's comments by not building x86 target when host isn't x86. This is how things are curre… Created 7 years, 11 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: src/trusted/service_runtime/arch/x86_32/sel_ldr_x86_32.c
diff --git a/src/trusted/service_runtime/arch/x86_32/sel_ldr_x86_32.c b/src/trusted/service_runtime/arch/x86_32/sel_ldr_x86_32.c
index 9e9859a926d9295fd066aaff095fce91a995d8fc..5d10277fad56047d20f443ac649051f5e21c9557 100644
--- a/src/trusted/service_runtime/arch/x86_32/sel_ldr_x86_32.c
+++ b/src/trusted/service_runtime/arch/x86_32/sel_ldr_x86_32.c
@@ -15,7 +15,7 @@
#include "native_client/src/trusted/service_runtime/arch/x86/sel_ldr_x86.h"
#include "native_client/src/trusted/service_runtime/arch/x86_32/sel_rt_32.h"
#include "native_client/src/trusted/service_runtime/arch/x86_32/tramp_32.h"
-#include "native_client/src/trusted/validator/x86/nacl_cpuid.h"
+#include "native_client/src/trusted/cpu_features/arch/x86/cpu_x86.h"
struct NaClPcrelThunkGlobals {
struct NaClThreadContext **user;
« no previous file with comments | « src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c ('k') | src/trusted/service_runtime/arch/x86_32/sel_rt_32.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698