VirtualBox

儲存庫 vbox 的更動 30915


忽略:
時間撮記:
2010-7-19 下午07:15:58 (14 年 以前)
作者:
vboxsync
訊息:

logging fix

檔案:
修改 1 筆資料

圖例:

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

    r30768 r30915  
    28252825                     * Forward the trap to the guest by injecting the exception and resuming execution.
    28262826                     */
    2827                     Log(("Guest page fault at %RGv cr2=%RGv error code %x rsp=%RGv\n", (RTGCPTR)pCtx->rip, exitQualification, errCode, (RTGCPTR)pCtx->rsp));
     2827                    Log(("Guest page fault at %RGv cr2=%RGv error code %RGv rsp=%RGv\n", (RTGCPTR)pCtx->rip, exitQualification, errCode, (RTGCPTR)pCtx->rsp));
    28282828
    28292829                    Assert(CPUMIsGuestInPagedProtectedModeEx(pCtx));
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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