/[qemu]/qemu/translate-i386.c
ViewVC logotype

Diff of /qemu/translate-i386.c

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

revision 1.31 by bellard, Sat May 10 21:37:05 2003 UTC revision 1.32 by bellard, Sun May 11 12:27:02 2003 UTC
# Line 3695  static void dump_ops(const uint16_t *opc Line 3695  static void dump_ops(const uint16_t *opc
3695      for(;;) {      for(;;) {
3696          c = *opc_ptr++;          c = *opc_ptr++;
3697          n = op_nb_args[c];          n = op_nb_args[c];
3698          fprintf(logfile, "0x%04x: %s", opc_ptr - opc_buf - 1, op_str[c]);          fprintf(logfile, "0x%04x: %s",
3699                    (int)(opc_ptr - opc_buf - 1), op_str[c]);
3700          for(i = 0; i < n; i++) {          for(i = 0; i < n; i++) {
3701              fprintf(logfile, " 0x%x", opparam_ptr[i]);              fprintf(logfile, " 0x%x", opparam_ptr[i]);
3702          }          }

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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