diff options
| author | Richard Henderson | 2019-03-22 23:56:19 +0100 |
|---|---|---|
| committer | Richard Henderson | 2019-06-10 16:03:34 +0200 |
| commit | 2161a612b4e1d388046320bc464adefd6bba01a0 (patch) | |
| tree | f544642525436586f932f915702e50f8fc63abf3 /target/s390x | |
| parent | cpu: Define CPUArchState with typedef (diff) | |
| download | qemu-2161a612b4e1d388046320bc464adefd6bba01a0.tar.gz qemu-2161a612b4e1d388046320bc464adefd6bba01a0.tar.xz qemu-2161a612b4e1d388046320bc464adefd6bba01a0.zip | |
cpu: Define ArchCPU
For all targets, do this just before including exec/cpu-all.h.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/s390x')
| -rw-r--r-- | target/s390x/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/s390x/cpu.h b/target/s390x/cpu.h index 6614c05f30..a8c3d702d3 100644 --- a/target/s390x/cpu.h +++ b/target/s390x/cpu.h @@ -795,6 +795,7 @@ void s390_init_sigp(void); S390CPU *s390_cpu_addr2state(uint16_t cpu_addr); typedef CPUS390XState CPUArchState; +typedef S390CPU ArchCPU; #include "exec/cpu-all.h" |
