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

Diff of /qemu/disas.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by bellard, Sun Jul 13 17:29:55 2003 UTC revision 1.8 by bellard, Tue Sep 30 20:57:29 2003 UTC
# Line 142  void disas(FILE *out, void *code, unsign Line 142  void disas(FILE *out, void *code, unsign
142          print_insn = print_insn_i386;          print_insn = print_insn_i386;
143  #elif defined(TARGET_ARM)  #elif defined(TARGET_ARM)
144          print_insn = print_insn_arm;          print_insn = print_insn_arm;
145    #elif defined(TARGET_SPARC)
146            print_insn = print_insn_sparc;
147  #else  #else
148          fprintf(out, "Asm output not supported on this arch\n");          fprintf(out, "Asm output not supported on this arch\n");
149          return;          return;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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