Skip to content

Commit

Permalink
tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
  • Loading branch information
Evgeny Voevodin authored and blueswirl committed Dec 8, 2012
1 parent 2aa1cb5 commit c3a4360
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tcg/tcg.h
Expand Up @@ -455,6 +455,9 @@ struct TCGContext {

uint16_t *gen_opc_ptr;
TCGArg *gen_opparam_ptr;
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];

#if defined(CONFIG_QEMU_LDST_OPTIMIZATION) && defined(CONFIG_SOFTMMU)
/* labels info for qemu_ld/st IRs
Expand Down

0 comments on commit c3a4360

Please sign in to comment.