diff options
Diffstat (limited to 'target/lm32')
-rw-r--r-- | target/lm32/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/lm32/cpu.h b/target/lm32/cpu.h index 86f6c7b0af..08c360bd16 100644 --- a/target/lm32/cpu.h +++ b/target/lm32/cpu.h @@ -257,6 +257,7 @@ bool lm32_cpu_tlb_fill(CPUState *cs, vaddr address, int size, bool probe, uintptr_t retaddr); typedef CPULM32State CPUArchState; +typedef LM32CPU ArchCPU; #include "exec/cpu-all.h" |