diff options
Diffstat (limited to 'target-mips/cpu.h')
-rw-r--r-- | target-mips/cpu.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h index c27738ac4..cefa5ae58 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -175,8 +175,6 @@ struct CPUMIPSState { TCState active_tc; CPUMIPSFPUContext active_fpu; - CPUMIPSMVPContext *mvp; - CPUMIPSTLBContext *tlb; uint32_t current_tc; uint32_t current_fpu; @@ -458,6 +456,9 @@ struct CPUMIPSState { CPU_COMMON + CPUMIPSMVPContext *mvp; + CPUMIPSTLBContext *tlb; + const mips_def_t *cpu_model; void *irq[8]; struct QEMUTimer *timer; /* Internal timer */ |