commit | 8f860bb83cb872461ebac017232604b1dc2d2604 | [log] [tgz] |
---|---|---|
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Jul 31 23:44:21 2007 +0000 |
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Jul 31 23:44:21 2007 +0000 |
tree | 68d783b6972b14e581878cd5e6db2b4be0a0a88f | |
parent | 24bc1cbc7b1c774ba09b3517fba4a37293498a00 [diff] [blame] |
s390 disassembler support, by Ulrich Hecht. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3104 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/disas.c b/disas.c index 0716426..1bf5bc8 100644 --- a/disas.c +++ b/disas.c
@@ -269,6 +269,8 @@ print_insn = print_insn_little_mips; #elif defined(__m68k__) print_insn = print_insn_m68k; +#elif defined(__s390__) + print_insn = print_insn_s390; #else fprintf(out, "0x%lx: Asm output not supported on this arch\n", (long) code);