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

Unified Diff: src/trusted/validator_ragel/unreviewed/decoder.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: 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/validator_ragel/unreviewed/decoder.h
diff --git a/src/trusted/validator_ragel/unreviewed/decoder.h b/src/trusted/validator_ragel/unreviewed/decoder.h
index 7c3907d5dc87017725f8a67cb51bbb2bc85f2c7b..8bcd911fc0c700ce6d083dbdc8c308c49c1141fc 100644
--- a/src/trusted/validator_ragel/unreviewed/decoder.h
+++ b/src/trusted/validator_ragel/unreviewed/decoder.h
@@ -13,7 +13,7 @@
#define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_RAGEL_DECODER_H_
#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"
EXTERN_C_BEGIN
« no previous file with comments | « src/trusted/validator_mips/validator_mips.gyp ('k') | src/trusted/validator_ragel/unreviewed/validator_features_all.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698