summaryrefslogtreecommitdiff
path: root/translate-all.c
diff options
context:
space:
mode:
authorEvgeny Voevodin <e.voevodin@samsung.com>2012-11-21 11:43:07 +0400
committerBlue Swirl <blauwirbel@gmail.com>2012-12-08 14:24:43 +0000
commit94788f54e9deeaa2c82891a7d216fdd6e0e58749 (patch)
treecccfad9a312695084bf9047257cf867023b8b1df /translate-all.c
parentab1103def476d985c08362df97ff9cb9c112adfc (diff)
downloadqemu-94788f54e9deeaa2c82891a7d216fdd6e0e58749.tar.gz
TCG: Remove unused global gen_opc_ arrays.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'translate-all.c')
-rw-r--r--translate-all.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/translate-all.c b/translate-all.c
index 2f616bf321..f22e3eedd2 100644
--- a/translate-all.c
+++ b/translate-all.c
@@ -33,10 +33,6 @@
/* code generation context */
TCGContext tcg_ctx;
-target_ulong gen_opc_pc[OPC_BUF_SIZE];
-uint16_t gen_opc_icount[OPC_BUF_SIZE];
-uint8_t gen_opc_instr_start[OPC_BUF_SIZE];
-
void cpu_gen_init(void)
{
tcg_context_init(&tcg_ctx);