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

Unified Diff: src/trusted/validator/x86/testing/enuminsts/ragel_tester.c

Issue 11000033: Move validator_x86_XX.rl out of unreviewed. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 years, 9 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/driver/ncval.cc ('k') | src/trusted/validator_ragel/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator/x86/testing/enuminsts/ragel_tester.c
===================================================================
--- src/trusted/validator/x86/testing/enuminsts/ragel_tester.c (revision 11037)
+++ src/trusted/validator/x86/testing/enuminsts/ragel_tester.c (working copy)
@@ -78,7 +78,7 @@
CPUID_UNSUPPORTED_INSTRUCTION |
FORBIDDEN_BASE_REGISTER |
UNRESTRICTED_INDEX_REGISTER |
- R15_MODIFIED | BPL_MODIFIED | SPL_MODIFIED |
+ R15_MODIFIED | BP_MODIFIED | SP_MODIFIED |
UNRESTRICTED_RBP_PROCESSED | UNRESTRICTED_RSP_PROCESSED |
RESTRICTED_RSP_UNPROCESSED | RESTRICTED_RBP_UNPROCESSED)) {
return FALSE;
« no previous file with comments | « src/trusted/validator/driver/ncval.cc ('k') | src/trusted/validator_ragel/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698