/[dynamips]/upstream/dynamips-0.2.7-RC3/ppc32_mem.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.7-RC3/ppc32_mem.c

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

upstream/dynamips-0.2.7-RC2/ppc32_mem.c revision 8 by dpavlin, Sat Oct 6 16:24:54 2007 UTC upstream/dynamips-0.2.7-RC3/ppc32_mem.c revision 9 by dpavlin, Sat Oct 6 16:26:06 2007 UTC
# Line 907  fastcall u_int ppc32_icbi(cpu_ppc_t *cpu Line 907  fastcall u_int ppc32_icbi(cpu_ppc_t *cpu
907        if (cpu->exec_phys_map) {        if (cpu->exec_phys_map) {
908           block = ppc32_jit_find_by_phys_page(cpu,phys_page);           block = ppc32_jit_find_by_phys_page(cpu,phys_page);
909    
910           if (block && ppc32_jit_tcb_match(cpu,block)) {           if (block && (block->start_ia == (vaddr & PPC32_MIN_PAGE_MASK))) {
911  #if DEBUG_ICBI  #if DEBUG_ICBI
912              cpu_log(cpu->gen,"MTS",              cpu_log(cpu->gen,"MTS",
913                      "ICBI: removing compiled page at 0x%8.8x, pc=0x%8.8x\n",                      "ICBI: removing compiled page at 0x%8.8x, pc=0x%8.8x\n",

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26