mips: Magnum/Acer Pica 61: replace cpu_model with cpu_type
[qemu.git] / disas.c
diff --git a/disas.c b/disas.c
index 67f116a19b02a81881b599b1d939e64b45ba786d..54eea3f9c94a1ed7dae63dcf7acbcd02defec694 100644 (file)
--- a/disas.c
+++ b/disas.c
@@ -310,8 +310,8 @@ void disas(FILE *out, void *code, unsigned long size)
     print_insn = print_insn_m68k;
 #elif defined(__s390__)
     print_insn = print_insn_s390;
-#elif defined(__ia64__)
-    print_insn = print_insn_ia64;
+#elif defined(__hppa__)
+    print_insn = print_insn_hppa;
 #endif
     if (print_insn == NULL) {
         print_insn = print_insn_od_host;
This page took 0.027504 seconds and 4 git commands to generate.