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

Diff of /qemu/translate-arm.c

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

revision 1.3 by bellard, Wed Jul 9 17:10:32 2003 UTC revision 1.4 by bellard, Fri Jul 11 14:49:22 2003 UTC
# Line 812  static inline int gen_intermediate_code_ Line 812  static inline int gen_intermediate_code_
812                  lj++;                  lj++;
813                  while (lj < j)                  while (lj < j)
814                      gen_opc_instr_start[lj++] = 0;                      gen_opc_instr_start[lj++] = 0;
                 gen_opc_pc[lj] = (uint32_t)dc->pc;  
                 gen_opc_instr_start[lj] = 1;  
815              }              }
816                gen_opc_pc[lj] = (uint32_t)dc->pc;
817                gen_opc_instr_start[lj] = 1;
818          }          }
819          disas_arm_insn(dc);          disas_arm_insn(dc);
820      } while (!dc->is_jmp && gen_opc_ptr < gen_opc_end &&      } while (!dc->is_jmp && gen_opc_ptr < gen_opc_end &&

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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