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

Unified Diff: src/trusted/validator/x86/decoder/ncopcode_prefix.enum

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 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/decoder/ncopcode_prefix.enum
diff --git a/src/trusted/validator/x86/decoder/ncopcode_prefix.enum b/src/trusted/validator/x86/decoder/ncopcode_prefix.enum
deleted file mode 100644
index c1ff9fd5e4f8f57d22b25bd3f32522ccaf39987b..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/decoder/ncopcode_prefix.enum
+++ /dev/null
@@ -1,21 +0,0 @@
-# Defines the set of possible instruction prefices.
-# Each line defines a separate enum constant.
-NoPrefix
-Prefix0F
-PrefixF20F
-PrefixF30F
-Prefix660F
-Prefix0F0F
-Prefix0F38
-Prefix660F38
-PrefixF20F38
-Prefix0F3A
-Prefix660F3A
-PrefixD8
-PrefixD9
-PrefixDA
-PrefixDB
-PrefixDC
-PrefixDD
-PrefixDE
-PrefixDF
« no previous file with comments | « src/trusted/validator/x86/decoder/ncopcode_operand_kind.enum ('k') | src/trusted/validator/x86/error_reporter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698