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

Unified Diff: tests/thread_capture/arch/x86_32/thread_capture_test_injection.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
« no previous file with comments | « src/trusted/validator_x86/ncval.c ('k') | tools/coverage_helper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/thread_capture/arch/x86_32/thread_capture_test_injection.c
diff --git a/tests/thread_capture/arch/x86_32/thread_capture_test_injection.c b/tests/thread_capture/arch/x86_32/thread_capture_test_injection.c
index 13f2755d23b491161ac3f39fb58d0677a7c3ed47..c65f259f340139f4387d0831c5011baa65559e9e 100644
--- a/tests/thread_capture/arch/x86_32/thread_capture_test_injection.c
+++ b/tests/thread_capture/arch/x86_32/thread_capture_test_injection.c
@@ -13,7 +13,7 @@
#include "native_client/src/trusted/service_runtime/nacl_syscall_common.h"
#include "native_client/src/trusted/service_runtime/sel_ldr.h"
#include "native_client/src/trusted/service_runtime/sel_rt.h"
-#include "native_client/src/trusted/validator/x86/nacl_cpuid.h"
+#include "native_client/src/trusted/cpu_features/arch/x86/cpu_x86.h"
static int32_t TestSyscall(struct NaClAppThread *natp) {
/* TODO(mcgrathr): Use a safe cast here. */
« no previous file with comments | « src/trusted/validator_x86/ncval.c ('k') | tools/coverage_helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698