]> Git Repo - qemu.git/commit
target/sh4: Use env_cpu, env_archcpu
authorRichard Henderson <[email protected]>
Sat, 23 Mar 2019 02:26:42 +0000 (19:26 -0700)
committerRichard Henderson <[email protected]>
Mon, 10 Jun 2019 14:03:42 +0000 (07:03 -0700)
commitdad1c8ecc707a0f3fe6963b364477ce0a92670fa
treeab14bb9e590d7efdec204f5c237b3b32c1adad2f
parentdc79e928698567b14e6638c4c9f1e43dc386f1d8
target/sh4: Use env_cpu, env_archcpu

Cleanup in the boilerplate that each target must define.
Replace sh_env_get_cpu with env_archcpu.  The combination
CPU(sh_env_get_cpu) should have used ENV_GET_CPU to begin;
use env_cpu now.

Reviewed-by: Alistair Francis <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
linux-user/sh4/cpu_loop.c
target/sh4/cpu.h
target/sh4/helper.c
target/sh4/op_helper.c
This page took 0.025868 seconds and 4 git commands to generate.