HPPA (PA-RISC) host support
[qemu] / disas.c
diff --git a/disas.c b/disas.c
index ecc1534..b119247 100644 (file)
--- a/disas.c
+++ b/disas.c
@@ -279,6 +279,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(__hppa__)
+    print_insn = print_insn_hppa;
 #else
     fprintf(out, "0x%lx: Asm output not supported on this arch\n",
            (long) code);