diff options
author | Emilio G. Cota <cota@braap.org> | 2017-06-16 14:56:37 -0400 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-06-30 11:40:59 -0700 |
commit | 53f6672bcf57d82b794a2cc3a3469be7d35c8653 (patch) | |
tree | 659dee3aa17b857df20e1ce4d4d4ca26ea3040cb /qom/cpu.c | |
parent | ae06cb46b2d3d27ccad92ad962afda68ad1286a9 (diff) |
gen-icount: use tcg_ctx.tcg_env instead of cpu_env
We are relying on cpu_env being defined as a global, yet most
targets (i.e. all but arm/a64) have it defined as a local variable.
Luckily all of them use the same "cpu_env" name, but really
compilation shouldn't break if the name of that local variable
changed.
Fix it by using tcg_ctx.tcg_env, which all targets set in their
translate_init function. This change also helps paving the way
for the upcoming "translation loop common to all targets" work.
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <1497639397-19453-3-git-send-email-cota@braap.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'qom/cpu.c')
0 files changed, 0 insertions, 0 deletions