aboutsummaryrefslogtreecommitdiff
path: root/qom/cpu.c
diff options
context:
space:
mode:
authorEmilio G. Cota <cota@braap.org>2017-06-16 14:56:37 -0400
committerRichard Henderson <rth@twiddle.net>2017-06-30 11:40:59 -0700
commit53f6672bcf57d82b794a2cc3a3469be7d35c8653 (patch)
tree659dee3aa17b857df20e1ce4d4d4ca26ea3040cb /qom/cpu.c
parentae06cb46b2d3d27ccad92ad962afda68ad1286a9 (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