]> git.proxmox.com Git - qemu.git/blobdiff - disas.c
virtio-blk: fix barrier support
[qemu.git] / disas.c
diff --git a/disas.c b/disas.c
index ce342bc8ee4dd9f1509473a5bb46e05a9e0b41a4..f7bcce748ce57d2470c99bbaf026cd66485d2e39 100644 (file)
--- a/disas.c
+++ b/disas.c
@@ -393,6 +393,9 @@ void monitor_disas(Monitor *mon, CPUState *env,
 #else
     print_insn = print_insn_little_mips;
 #endif
+#elif defined(TARGET_SH4)
+    disasm_info.mach = bfd_mach_sh4;
+    print_insn = print_insn_sh;
 #else
     monitor_printf(mon, "0x" TARGET_FMT_lx
                    ": Asm output not supported on this arch\n", pc);