VirtualBox

vbox的更動 13824 路徑 trunk/src/VBox/VMM/EM.cpp


忽略:
時間撮記:
2008-11-5 上午01:11:24 (16 年 以前)
作者:
vboxsync
訊息:

VMM: %VGp -> %RGp

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/EM.cpp

    r13823 r13824  
    15911591    RTGCPHYS    GCPhys = 0;
    15921592    int rc2 = PGMGstGetPage(pVM, uCR2, &fFlags, &GCPhys);
    1593     Log(("emR3RawGuestTrap: cs:eip=%04x:%08x: trap=%02x err=%08x cr2=%08x cr0=%08x%s: Phys=%VGp fFlags=%08llx %s %s %s%s rc2=%d\n",
     1593    Log(("emR3RawGuestTrap: cs:eip=%04x:%08x: trap=%02x err=%08x cr2=%08x cr0=%08x%s: Phys=%RGp fFlags=%08llx %s %s %s%s rc2=%d\n",
    15941594         pCtx->cs, pCtx->eip, u8TrapNo, uErrorCode, uCR2, (uint32_t)pCtx->cr0, (enmType == TRPM_SOFTWARE_INT) ? " software" : "",  GCPhys, fFlags,
    15951595         fFlags & X86_PTE_P  ? "P " : "NP", fFlags & X86_PTE_US ? "U"  : "S",
     
    20652065
    20662066                                Assert(pCtx->eflags.Bits.u1IF == 0);
    2067                                 Log(("Force recompiler switch due to cr0 (%VGp) update\n", pCtx->cr0));
     2067                                Log(("Force recompiler switch due to cr0 (%RGp) update\n", pCtx->cr0));
    20682068                                if (enmState == PATMTRANS_OVERWRITTEN)
    20692069                                {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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