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

Diff of /qemu/exec.c

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

revision 1.54 by bellard, Wed Jan 26 22:00:47 2005 UTC revision 1.55 by bellard, Thu Jan 27 23:58:13 2005 UTC
# Line 2083  void cpu_physical_memory_rw(target_phys_ Line 2083  void cpu_physical_memory_rw(target_phys_
2083                  /* invalidate code */                  /* invalidate code */
2084                  tb_invalidate_phys_page_range(addr1, addr1 + l, 0);                  tb_invalidate_phys_page_range(addr1, addr1 + l, 0);
2085                  /* set dirty bit */                  /* set dirty bit */
2086                  phys_ram_dirty[page >> TARGET_PAGE_BITS] = 1;                                  phys_ram_dirty[addr1 >> TARGET_PAGE_BITS] = 1;                
2087              }              }
2088          } else {          } else {
2089              if ((pd & ~TARGET_PAGE_MASK) > IO_MEM_ROM &&              if ((pd & ~TARGET_PAGE_MASK) > IO_MEM_ROM &&

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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