unicorn/qemu/target
Richard Henderson b8bd543390
target/arm: Use env_cpu, env_archcpu
Cleanup in the boilerplate that each target must define.
Replace arm_env_get_cpu with env_archcpu. The combination
CPU(arm_env_get_cpu) should have used ENV_GET_CPU to begin;
use env_cpu now.

Backports commit 2fc0cc0e1e034582f4718b1a2d57691474ccb6aa from qemu
2019-06-12 11:34:08 -04:00
..
arm target/arm: Use env_cpu, env_archcpu 2019-06-12 11:34:08 -04:00
i386 cpu: Replace ENV_GET_CPU with env_cpu 2019-06-12 11:16:16 -04:00
m68k cpu: Replace ENV_GET_CPU with env_cpu 2019-06-12 11:16:16 -04:00
mips cpu: Replace ENV_GET_CPU with env_cpu 2019-06-12 11:16:16 -04:00
riscv cpu: Replace ENV_GET_CPU with env_cpu 2019-06-12 11:16:16 -04:00
sparc cpu: Replace ENV_GET_CPU with env_cpu 2019-06-12 11:16:16 -04:00