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

Unified Diff: src/trusted/validator_ragel/gen_dfa_test.py

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_ragel/gen_dfa.py ('k') | src/trusted/validator_ragel/parse_instruction.rl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_ragel/gen_dfa_test.py
===================================================================
--- src/trusted/validator_ragel/gen_dfa_test.py (revision 11037)
+++ src/trusted/validator_ragel/gen_dfa_test.py (working copy)
@@ -556,7 +556,7 @@
@modifiable_instruction
@operand0_from_modrm_reg
any* &
- single_register_memory @check_access)
+ single_register_memory @check_memory_access)
@process_1_operand_zero_extends
""".split())
« no previous file with comments | « src/trusted/validator_ragel/gen_dfa.py ('k') | src/trusted/validator_ragel/parse_instruction.rl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698