diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2019-03-22 15:56:19 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2019-06-10 07:03:34 -0700 |
commit | 2161a612b4e1d388046320bc464adefd6bba01a0 (patch) | |
tree | f544642525436586f932f915702e50f8fc63abf3 /target/microblaze | |
parent | 4f7c64b3819d559417615ed2b1d028ebc1a49580 (diff) | |
download | 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/microblaze')
-rw-r--r-- | target/microblaze/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/microblaze/cpu.h b/target/microblaze/cpu.h index 6170fd452f..5a7fe3cbf8 100644 --- a/target/microblaze/cpu.h +++ b/target/microblaze/cpu.h @@ -366,6 +366,7 @@ bool mb_cpu_tlb_fill(CPUState *cs, vaddr address, int size, bool probe, uintptr_t retaddr); typedef CPUMBState CPUArchState; +typedef MicroBlazeCPU ArchCPU; #include "exec/cpu-all.h" |