Parent Directory
|
Revision Log
|
Patch
| revision 1.10 by bellard, Mon Oct 27 23:57:40 2003 UTC | revision 1.11 by bellard, Sun Nov 23 17:05:30 2003 UTC | |
|---|---|---|
| # | Line 171 void disas(FILE *out, void *code, unsign | Line 171 void disas(FILE *out, void *code, unsign |
| 171 | print_insn = print_insn_arm; | print_insn = print_insn_arm; |
| 172 | #elif defined(TARGET_SPARC) | #elif defined(TARGET_SPARC) |
| 173 | print_insn = print_insn_sparc; | print_insn = print_insn_sparc; |
| 174 | #elif defined(TARGET_PPC) | |
| 175 | print_insn = print_insn_ppc; | |
| 176 | #else | #else |
| 177 | fprintf(out, "Asm output not supported on this arch\n"); | fprintf(out, "Asm output not supported on this arch\n"); |
| 178 | return; | return; |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |