diff options
Diffstat (limited to 'target/sh4')
-rw-r--r-- | target/sh4/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/sh4/cpu.h b/target/sh4/cpu.h index d7a8723..1bdc997 100644 --- a/target/sh4/cpu.h +++ b/target/sh4/cpu.h @@ -281,6 +281,7 @@ static inline int cpu_mmu_index (CPUSH4State *env, bool ifetch) } typedef CPUSH4State CPUArchState; +typedef SuperHCPU ArchCPU; #include "exec/cpu-all.h" |