diff options
Diffstat (limited to 'target/moxie')
-rw-r--r-- | target/moxie/cpu.h | 1 |
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" |