summaryrefslogtreecommitdiffstats
path: root/target/moxie/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson2019-03-22 23:56:19 +0100
committerRichard Henderson2019-06-10 16:03:34 +0200
commit2161a612b4e1d388046320bc464adefd6bba01a0 (patch)
treef544642525436586f932f915702e50f8fc63abf3 /target/moxie/cpu.h
parentcpu: Define CPUArchState with typedef (diff)
downloadqemu-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/moxie/cpu.h')
-rw-r--r--target/moxie/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/moxie/cpu.h b/target/moxie/cpu.h
index 1de0515848..b27b0eabae 100644
--- a/target/moxie/cpu.h
+++ b/target/moxie/cpu.h
@@ -118,6 +118,7 @@ static inline int cpu_mmu_index(CPUMoxieState *env, bool ifetch)
}
typedef CPUMoxieState CPUArchState;
+typedef MoxieCPU ArchCPU;
#include "exec/cpu-all.h"