diff options
Diffstat (limited to 'target/cris')
-rw-r--r-- | target/cris/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/cris/cpu.h b/target/cris/cpu.h index 2ee5417ead..e978eb9539 100644 --- a/target/cris/cpu.h +++ b/target/cris/cpu.h @@ -285,6 +285,7 @@ bool cris_cpu_tlb_fill(CPUState *cs, vaddr address, int size, #define SFR_RW_MM_TLB_HI env->pregs[PR_SRS]][6 typedef CPUCRISState CPUArchState; +typedef CRISCPU ArchCPU; #include "exec/cpu-all.h" |