diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-01 14:14:34 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-01 14:14:34 +0000 |
commit | 04e897efdde24155237f228ea341ddaf2bce9dc7 (patch) | |
tree | 9bebd678a5201c43da01827bd1b841ccd5c8918c /disas.c | |
parent | 388c45084d54ced21822ab29c76583a446ad410f (diff) |
Remove duplicate TARGET_M68K case.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2280 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'disas.c')
-rw-r--r-- | disas.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -194,8 +194,6 @@ void target_disas(FILE *out, target_ulong code, target_ulong size, int flags) #else print_insn = print_insn_little_mips; #endif -#elif defined(TARGET_M68K) - print_insn = print_insn_m68k; #elif defined(TARGET_SH4) disasm_info.mach = bfd_mach_sh4; print_insn = print_insn_sh; @@ -395,8 +393,6 @@ void monitor_disas(CPUState *env, #else print_insn = print_insn_little_mips; #endif -#elif defined(TARGET_M68K) - print_insn = print_insn_m68k; #else term_printf("0x" TARGET_FMT_lx ": Asm output not supported on this arch\n", pc); |