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

Unified Diff: src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind.h

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/gen/ncop_expr_node_kind.h
diff --git a/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind.h b/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind.h
deleted file mode 100644
index 2e9d6be8eb9f83cfce1c28db4eecafbf589b1249..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* native_client/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind.h
- * THIS FILE IS AUTO_GENERATED DO NOT EDIT.
- *
- * This file was auto-generated by enum_gen.py
- * from file ncop_expr_node_kind.enum
- */
-
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GEN_NCOP_EXPR_NODE_KIND_H__
-#define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GEN_NCOP_EXPR_NODE_KIND_H__
-
-#include "native_client/src/include/portability.h"
-
-EXTERN_C_BEGIN
-typedef enum NaClExpKind {
- UndefinedExp = 0,
- ExprRegister = 1,
- OperandReference = 2,
- ExprConstant = 3,
- ExprSegmentAddress = 4,
- ExprMemOffset = 5,
- ExprNaClIllegal = 6,
- NaClExpKindEnumSize = 7, /* special size marker */
-} NaClExpKind;
-
-/* Returns the name of an NaClExpKind constant. */
-extern const char* NaClExpKindName(NaClExpKind name);
-
-EXTERN_C_END
-
-#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GEN_NCOP_EXPR_NODE_KIND_H__ */

Powered by Google App Engine
This is Rietveld 408576698