TCG: Remove unused global gen_opc_ arrays.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
ab1103def4
commit
94788f54e9
@ -70,10 +70,6 @@ typedef struct TranslationBlock TranslationBlock;
|
|||||||
|
|
||||||
#define OPPARAM_BUF_SIZE (OPC_BUF_SIZE * MAX_OPC_PARAM)
|
#define OPPARAM_BUF_SIZE (OPC_BUF_SIZE * MAX_OPC_PARAM)
|
||||||
|
|
||||||
extern target_ulong gen_opc_pc[OPC_BUF_SIZE];
|
|
||||||
extern uint8_t gen_opc_instr_start[OPC_BUF_SIZE];
|
|
||||||
extern uint16_t gen_opc_icount[OPC_BUF_SIZE];
|
|
||||||
|
|
||||||
#include "qemu-log.h"
|
#include "qemu-log.h"
|
||||||
|
|
||||||
void gen_intermediate_code(CPUArchState *env, struct TranslationBlock *tb);
|
void gen_intermediate_code(CPUArchState *env, struct TranslationBlock *tb);
|
||||||
|
@ -33,10 +33,6 @@
|
|||||||
/* code generation context */
|
/* code generation context */
|
||||||
TCGContext tcg_ctx;
|
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)
|
void cpu_gen_init(void)
|
||||||
{
|
{
|
||||||
tcg_context_init(&tcg_ctx);
|
tcg_context_init(&tcg_ctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user