VirtualBox

Changeset 37696 in vbox for trunk/src/recompiler/exec.c


Ignore:
Timestamp:
Jun 29, 2011 7:02:40 PM (13 years ago)
Author:
vboxsync
Message:

rem: fixed 64-bit host bustage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/exec.c

    r37689 r37696  
    24002400    }
    24012401#if defined(DEBUG_TLB)
    2402     printf("tlb_set_page: vaddr=" TARGET_FMT_lx " paddr=0x%08x prot=%x idx=%d smmu=%d pd=0x%08lx\n",
    2403            vaddr, (int)paddr, prot, mmu_idx, is_softmmu, pd);
     2402    printf("tlb_set_page: vaddr=" TARGET_FMT_lx " paddr=0x%08x prot=%x idx=%d size=" TARGET_FMT_lx " pd=0x%08lx\n",
     2403           vaddr, (int)paddr, prot, mmu_idx, size, pd);
    24042404#endif
    24052405
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette