diff options
author | 2017-06-16 14:56:37 -0400 | |
---|---|---|
committer | 2017-06-30 11:40:59 -0700 | |
commit | 53f6672bcf57d82b794a2cc3a3469be7d35c8653 (patch) | |
tree | 659dee3aa17b857df20e1ce4d4d4ca26ea3040cb /scripts/qapi-commands.py | |
parent | gen-icount: add missing inline to gen_tb_end (diff) | |
download | qemu-53f6672bcf57d82b794a2cc3a3469be7d35c8653.tar.xz qemu-53f6672bcf57d82b794a2cc3a3469be7d35c8653.zip |
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 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions