]> Git Repo - qemu.git/blobdiff - target/tricore/helper.c
cpu: add CPU_RESOLVING_TYPE macro
[qemu.git] / target / tricore / helper.c
index 45276d378201cf1bdce2df92073e566c664eda24..dad7eea085501b66d67652986aaea88af972b648 100644 (file)
@@ -101,7 +101,7 @@ void tricore_cpu_list(FILE *f, fprintf_function cpu_fprintf)
     };
     GSList *list;
 
-    list = object_class_get_list(TYPE_TRICORE_CPU, false);
+    list = object_class_get_list_sorted(TYPE_TRICORE_CPU, false);
     (*cpu_fprintf)(f, "Available CPUs:\n");
     g_slist_foreach(list, tricore_cpu_list_entry, &s);
     g_slist_free(list);
This page took 0.025857 seconds and 4 git commands to generate.