mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
tcg: Define INSN_START_WORDS as constant 3
Use the same value for all targets. Rename TARGET_INSN_START_WORDS and do not depend on TARGET_INSN_START_EXTRA_WORDS. Remove TCGContext.insn_start_words. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
c1be135ad5
commit
e1d8fabc20
9 changed files with 45 additions and 38 deletions
|
@ -218,7 +218,7 @@ target_ulong HELPER(mfspr)(CPUOpenRISCState *env, target_ulong rd,
|
|||
{
|
||||
OpenRISCCPU *cpu = env_archcpu(env);
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
uint64_t data[TARGET_INSN_START_WORDS];
|
||||
uint64_t data[INSN_START_WORDS];
|
||||
MachineState *ms = MACHINE(qdev_get_machine());
|
||||
CPUState *cs = env_cpu(env);
|
||||
int idx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue