| 187 |
print_insn = print_insn_ppc; |
print_insn = print_insn_ppc; |
| 188 |
#elif defined(TARGET_MIPS) |
#elif defined(TARGET_MIPS) |
| 189 |
print_insn = print_insn_big_mips; |
print_insn = print_insn_big_mips; |
| 190 |
|
#elif defined(TARGET_M68K) |
| 191 |
|
print_insn = print_insn_m68k; |
| 192 |
#else |
#else |
| 193 |
fprintf(out, "0x" TARGET_FMT_lx |
fprintf(out, "0x" TARGET_FMT_lx |
| 194 |
": Asm output not supported on this arch\n", code); |
": Asm output not supported on this arch\n", code); |
| 253 |
print_insn = print_insn_big_mips; |
print_insn = print_insn_big_mips; |
| 254 |
#elif defined(__MIPSEL__) |
#elif defined(__MIPSEL__) |
| 255 |
print_insn = print_insn_little_mips; |
print_insn = print_insn_little_mips; |
| 256 |
|
#elif defined(__m68k__) |
| 257 |
|
print_insn = print_insn_m68k; |
| 258 |
#else |
#else |
| 259 |
fprintf(out, "0x%lx: Asm output not supported on this arch\n", |
fprintf(out, "0x%lx: Asm output not supported on this arch\n", |
| 260 |
(long) code); |
(long) code); |
| 378 |
print_insn = print_insn_ppc; |
print_insn = print_insn_ppc; |
| 379 |
#elif defined(TARGET_MIPS) |
#elif defined(TARGET_MIPS) |
| 380 |
print_insn = print_insn_big_mips; |
print_insn = print_insn_big_mips; |
| 381 |
|
#elif defined(TARGET_M68K) |
| 382 |
|
print_insn = print_insn_m68k; |
| 383 |
#else |
#else |
| 384 |
term_printf("0x" TARGET_FMT_lx |
term_printf("0x" TARGET_FMT_lx |
| 385 |
": Asm output not supported on this arch\n", pc); |
": Asm output not supported on this arch\n", pc); |