unicorn/qemu/include
Emilio G. Cota 1a4e5da043
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.

Backports commit 53f6672bcf57d82b794a2cc3a3469be7d35c8653 from qemu
2018-03-03 21:08:58 -05:00
..
crypto Drop unused crypto source files 2018-02-17 15:23:57 -05:00
exec gen-icount: use tcg_ctx.tcg_env instead of cpu_env 2018-03-03 21:08:58 -05:00
fpu softfloat: define floatx80_round() 2018-03-03 20:57:27 -05:00
hw armv7m: Fix reads of CONTROL register bit 1 2018-03-02 13:26:38 -05:00
qapi qnum: add uint type 2018-03-03 18:37:56 -05:00
qemu qemu/atomic: Loosen restrictions for 64-bit ILP32 hosts 2018-03-02 20:06:39 -05:00
qom object: add uint property setter/getter 2018-03-03 18:43:17 -05:00
sysemu tcg: add options for enabling MTTCG 2018-03-02 09:25:01 -05:00
config.h
elf.h fix merge conflicts 2017-03-10 21:04:33 +08:00
glib_compat.h qapi: Improve qobject input visitor error reporting 2018-03-02 12:05:53 -05:00
qemu-common.h tcg: Add EXCP_ATOMIC 2018-02-27 11:57:58 -05:00