/[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.49 by bellard, Mon Jul 7 11:30:47 2003 UTC revision 1.50 by bellard, Fri Jul 11 14:49:22 2003 UTC
# Line 4122  static inline int gen_intermediate_code_ Line 4122  static inline int gen_intermediate_code_
4122                  lj++;                  lj++;
4123                  while (lj < j)                  while (lj < j)
4124                      gen_opc_instr_start[lj++] = 0;                      gen_opc_instr_start[lj++] = 0;
                 gen_opc_pc[lj] = (uint32_t)pc_ptr;  
                 gen_opc_cc_op[lj] = dc->cc_op;  
                 gen_opc_instr_start[lj] = 1;  
4125              }              }
4126                gen_opc_pc[lj] = (uint32_t)pc_ptr;
4127                gen_opc_cc_op[lj] = dc->cc_op;
4128                gen_opc_instr_start[lj] = 1;
4129          }          }
4130          ret = disas_insn(dc, pc_ptr);          ret = disas_insn(dc, pc_ptr);
4131          if (ret == -1) {          if (ret == -1) {

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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