projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa1cb5
)
tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.
author
Evgeny Voevodin
<e.voevodin@samsung.com>
Wed, 21 Nov 2012 07:43:03 +0000
(11:43 +0400)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 8 Dec 2012 14:24:41 +0000
(14:24 +0000)
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/tcg.h
patch
|
blob
|
history
diff --git
a/tcg/tcg.h
b/tcg/tcg.h
index 9481e35ab4018a98f5ddc7b7e43e7d24baa22044..f6e255f7753e20e48d9222847071c9a77b2e974a 100644
(file)
--- a/
tcg/tcg.h
+++ b/
tcg/tcg.h
@@
-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