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

Unified Diff: src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.c

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/ncval_reg_sfi/ncval_decode_tables.c
diff --git a/src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.c b/src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.c
deleted file mode 100644
index 831b0b77fb1dd0694dd984787ec1da8b82830a7c..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (c) 2011 The Native Client Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "native_client/src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.h"
-
-#include "native_client/src/trusted/validator/x86/decoder/ncopcode_desc.h"
-#include "native_client/src/trusted/validator/x86/decoder/nc_decode_tables.h"
-
-#if NACL_TARGET_SUBARCH == 64
-# include "native_client/src/trusted/validator/x86/decoder/gen/ncval_reg_sfi_opcode_table_64.h"
-#else
-# include "native_client/src/trusted/validator/x86/decoder/gen/ncval_reg_sfi_opcode_table_32.h"
-#endif
-
-static const NaClDecodeTables kDecoderTables = {
- g_Operands,
- g_Opcodes + 0,
- g_LookupTable + 0,
- g_PrefixOpcode + 0,
- g_Opcodes + 0,
- kNaClPrefixTable,
- g_OpcodeSeq
-};
-
-const struct NaClDecodeTables* kNaClValDecoderTables = &kDecoderTables;

Powered by Google App Engine
This is Rietveld 408576698