diff options
| author | Emilio G. Cota | 2017-06-16 20:56:37 +0200 |
|---|---|---|
| committer | Richard Henderson | 2017-06-30 20:40:59 +0200 |
| commit | 53f6672bcf57d82b794a2cc3a3469be7d35c8653 (patch) | |
| tree | 659dee3aa17b857df20e1ce4d4d4ca26ea3040cb /scripts/modules | |
| parent | gen-icount: add missing inline to gen_tb_end (diff) | |
| download | qemu-53f6672bcf57d82b794a2cc3a3469be7d35c8653.tar.gz 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/modules')
0 files changed, 0 insertions, 0 deletions
