vbox的更動 13824 路徑 trunk/src/VBox/VMM/EM.cpp
- 時間撮記:
- 2008-11-5 上午01:11:24 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/EM.cpp
r13823 r13824 1591 1591 RTGCPHYS GCPhys = 0; 1592 1592 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", 1594 1594 pCtx->cs, pCtx->eip, u8TrapNo, uErrorCode, uCR2, (uint32_t)pCtx->cr0, (enmType == TRPM_SOFTWARE_INT) ? " software" : "", GCPhys, fFlags, 1595 1595 fFlags & X86_PTE_P ? "P " : "NP", fFlags & X86_PTE_US ? "U" : "S", … … 2065 2065 2066 2066 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)); 2068 2068 if (enmState == PATMTRANS_OVERWRITTEN) 2069 2069 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器