]> Git Repo - qemu.git/blobdiff - target/unicore32/cpu.h
ui: track how much decoded data we consumed when doing SASL encoding
[qemu.git] / target / unicore32 / cpu.h
index 77241082811775e2bfa4d81cfeebba5f4f9ed582..3dc6fbc6c715076e8a60fc4e3da120e4b526f31b 100644 (file)
@@ -167,6 +167,9 @@ static inline int cpu_mmu_index(CPUUniCore32State *env, bool ifetch)
 
 #define cpu_init(cpu_model) cpu_generic_init(TYPE_UNICORE32_CPU, cpu_model)
 
+#define UNICORE32_CPU_TYPE_SUFFIX "-" TYPE_UNICORE32_CPU
+#define UNICORE32_CPU_TYPE_NAME(model) model UNICORE32_CPU_TYPE_SUFFIX
+
 static inline void cpu_get_tb_cpu_state(CPUUniCore32State *env, target_ulong *pc,
                                         target_ulong *cs_base, uint32_t *flags)
 {
This page took 0.025576 seconds and 4 git commands to generate.