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

Unified Diff: src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter_internal.h

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: Another go at Windows x64, with help from Noel. 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/validator/x86/ncval_reg_sfi/ncvalidate_iter_internal.h
diff --git a/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter_internal.h b/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter_internal.h
index 83ef0620e02716278056c05a408baf46898c8318..ce6e9c42362ad0bfc748f0ceed345389366ddc4b 100644
--- a/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter_internal.h
+++ b/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter_internal.h
@@ -10,7 +10,7 @@
/* Defines the internal data structure for the validator state. */
#include "native_client/src/shared/utils/types.h"
-#include "native_client/src/trusted/validator/x86/nacl_cpuid.h"
+#include "native_client/src/trusted/cpu_features/arch/x86/cpu_x86.h"
#include "native_client/src/trusted/validator/x86/ncval_reg_sfi/nc_cpu_checks.h"
#include "native_client/src/trusted/validator/x86/ncval_reg_sfi/nc_jumps.h"
#include "native_client/src/trusted/validator/x86/ncval_reg_sfi/nc_opcode_histogram.h"

Powered by Google App Engine
This is Rietveld 408576698