/[qemu]/qemu/disas.c
ViewVC logotype

Diff of /qemu/disas.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26